Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
print(sys.path)
|
| 3 |
import os
|
| 4 |
import openai
|
| 5 |
import gradio as gr
|
|
@@ -70,7 +69,7 @@ chatbot_ui = gr.Interface(
|
|
| 70 |
outputs=gr.Textbox(),
|
| 71 |
title="Python Tutor Bot",
|
| 72 |
description="A friendly Python tutor bot to help you learn and troubleshoot Python. Ask any question!",
|
| 73 |
-
live=
|
| 74 |
)
|
| 75 |
|
| 76 |
# Launch Gradio UI
|
|
|
|
| 1 |
+
|
|
|
|
| 2 |
import os
|
| 3 |
import openai
|
| 4 |
import gradio as gr
|
|
|
|
| 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
|