PatilShruti commited on
Commit
1929b78
·
verified ·
1 Parent(s): 2c67e66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,5 +1,4 @@
1
- import sys
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=True
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