Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ chatbot_ui = gr.Interface(
|
|
| 69 |
outputs=gr.Textbox(),
|
| 70 |
title="Python Tutor Bot",
|
| 71 |
description="A friendly Python tutor bot to help you learn and troubleshoot Python. Ask any question!",
|
| 72 |
-
|
| 73 |
)
|
| 74 |
|
| 75 |
# Launch Gradio UI
|
|
|
|
| 69 |
outputs=gr.Textbox(),
|
| 70 |
title="Python Tutor Bot",
|
| 71 |
description="A friendly Python tutor bot to help you learn and troubleshoot Python. Ask any question!",
|
| 72 |
+
live=False
|
| 73 |
)
|
| 74 |
|
| 75 |
# Launch Gradio UI
|