Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ def get_project_code(project_name):
|
|
| 111 |
return f"Error: {e}"
|
| 112 |
|
| 113 |
with gr.Blocks() as demo:
|
| 114 |
-
gr.Markdown("## π Python Tutor App
|
| 115 |
|
| 116 |
with gr.Tab("π¬ Python Tutor"):
|
| 117 |
chatbot_input = gr.Textbox(label="Ask a Python Question")
|
|
|
|
| 111 |
return f"Error: {e}"
|
| 112 |
|
| 113 |
with gr.Blocks() as demo:
|
| 114 |
+
gr.Markdown("## π Python Tutor App ")
|
| 115 |
|
| 116 |
with gr.Tab("π¬ Python Tutor"):
|
| 117 |
chatbot_input = gr.Textbox(label="Ask a Python Question")
|