Echoforge24 commited on
Commit
5716225
·
verified ·
1 Parent(s): 11129d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def chat_with_poe(history, message):
45
  # -------------------------
46
 
47
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
48
- gr.Markdown("# 🤖 Python Tutor Bot")
49
 
50
  chatbot = gr.Chatbot([], height=400)
51
  msg = gr.Textbox(
 
45
  # -------------------------
46
 
47
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
48
+ gr.Markdown("# 🤖 test_chatbot")
49
 
50
  chatbot = gr.Chatbot([], height=400)
51
  msg = gr.Textbox(