Update app.py
Browse files
app.py
CHANGED
|
@@ -51,6 +51,4 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
|
| 51 |
user_input.submit(chatbot_response, inputs=user_input, outputs=chatbot)
|
| 52 |
clear_button.click(lambda: "", outputs=chatbot) # Clears the chat
|
| 53 |
|
| 54 |
-
|
| 55 |
-
if __name__ == "__main__":
|
| 56 |
-
demo.launch()
|
|
|
|
| 51 |
user_input.submit(chatbot_response, inputs=user_input, outputs=chatbot)
|
| 52 |
clear_button.click(lambda: "", outputs=chatbot) # Clears the chat
|
| 53 |
|
| 54 |
+
|
|
|
|
|
|