Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
HASHIRUAgentX/hashiruAI
guineapig
/
hashiruAI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2f85c93
hashiruAI
/
src
/
manager
/
utils
/
streamlit_interface.py
helloparthshah
refactor
2f85c93
2 months ago
raw
Copy download link
history
blame
Safe
197 Bytes
from
src.manager.utils.singleton
import
singleton
def
get_user_message
(
message
):
user_input =
input
(message)
return
user_input
def
output_assistant_response
(
response
):
print
(response)