Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HASHIRUAgentX
/
hashiruAI
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a3a158e
hashiruAI
/
src
/
utils
/
streamlit_interface.py
helloparthshah
Updating to use webUI
434b328
5 months ago
raw
Copy download link
history
blame
189 Bytes
from
src.utils.singleton
import
singleton
def
get_user_message
(
message
):
user_input =
input
(message)
return
user_input
def
output_assistant_response
(
response
):
print
(response)