Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,5 +90,5 @@ with gr.Blocks(theme=gr.themes.Monochrome(),css="footer{display:none !important}
|
|
| 90 |
|
| 91 |
txt.submit(fn = return_sent, inputs = None, outputs = txt)
|
| 92 |
txt.submit(fn = predict_prompt, inputs = [txt, user_id], outputs = Chatbot, show_progress = 'hidden') # Adding the messages into the row with gradio.
|
| 93 |
-
|
| 94 |
chatblock.launch() # launch!
|
|
|
|
| 90 |
|
| 91 |
txt.submit(fn = return_sent, inputs = None, outputs = txt)
|
| 92 |
txt.submit(fn = predict_prompt, inputs = [txt, user_id], outputs = Chatbot, show_progress = 'hidden') # Adding the messages into the row with gradio.
|
| 93 |
+
Chatbot.change(placeholder = initial_message)
|
| 94 |
chatblock.launch() # launch!
|