Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ chatbot_ui = gr.Interface(
|
|
52 |
fn=python_tutor_bot,
|
53 |
inputs=gr.Textbox(lines=3, placeholder="Ask me anything about Python..."),
|
54 |
outputs=gr.Textbox(),
|
55 |
-
title="Python Tutor Bot",
|
56 |
description="A friendly Python tutor bot to help you learn and troubleshoot Python. Ask any question!"
|
57 |
)
|
58 |
|
|
|
52 |
fn=python_tutor_bot,
|
53 |
inputs=gr.Textbox(lines=3, placeholder="Ask me anything about Python..."),
|
54 |
outputs=gr.Textbox(),
|
55 |
+
title="Python Tutor Bot for beginners",
|
56 |
description="A friendly Python tutor bot to help you learn and troubleshoot Python. Ask any question!"
|
57 |
)
|
58 |
|