Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ with gr.Blocks() as demo:
|
|
| 78 |
gr.Markdown(
|
| 79 |
"""
|
| 80 |
# General purpose chatbot - test & demo app by Srinivas.V..
|
| 81 |
-
## As this is a free hosted platform, you will find it slow and the app may not provide appropriate answers after a few dialogues. Type in your prompt, click/ submit and wait for the resonse before typing in your next prompt.
|
| 82 |
""")
|
| 83 |
|
| 84 |
chatbot = gr.Chatbot(height=1000) #just to fit the notebook
|
|
|
|
| 78 |
gr.Markdown(
|
| 79 |
"""
|
| 80 |
# General purpose chatbot - test & demo app by Srinivas.V..
|
| 81 |
+
## As this is a free hosted platform (Computing and Memory limitations), you will find it slow and the app may not provide appropriate answers after a few dialogues. Type in your prompt, click/ submit and wait for the resonse before typing in your next prompt.
|
| 82 |
""")
|
| 83 |
|
| 84 |
chatbot = gr.Chatbot(height=1000) #just to fit the notebook
|