Kiruthikaramalingam commited on
Commit
bdf02b1
Β·
verified Β·
1 Parent(s): e122b4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 – Full Enhanced Version")
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")