Spaces:
Runtime error
Runtime error
TejAndrewsACC
commited on
Update App.py
Browse files
App.py
CHANGED
@@ -146,5 +146,5 @@ with gr.Blocks() as app:
|
|
146 |
# Setting the button click event
|
147 |
submit_button.click(chat_interface, inputs=user_input, outputs=chatbot)
|
148 |
|
149 |
-
# Launch the Gradio
|
150 |
app.launch()
|
|
|
146 |
# Setting the button click event
|
147 |
submit_button.click(chat_interface, inputs=user_input, outputs=chatbot)
|
148 |
|
149 |
+
# Launch the Gradio app
|
150 |
app.launch()
|