Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(),css="footer{display:none !important}
|
|
| 81 |
return response # Returning the chat bot response
|
| 82 |
|
| 83 |
def return_sent():
|
| 84 |
-
return
|
| 85 |
|
| 86 |
def return_placeholder():
|
| 87 |
return gr.Textbox(value = None, show_label = False, placeholder = initial_message, container = False)
|
|
|
|
| 81 |
return response # Returning the chat bot response
|
| 82 |
|
| 83 |
def return_sent():
|
| 84 |
+
return 'message sent, please wait...'
|
| 85 |
|
| 86 |
def return_placeholder():
|
| 87 |
return gr.Textbox(value = None, show_label = False, placeholder = initial_message, container = False)
|