Kashif12334 commited on
Commit
10bfdae
·
verified ·
1 Parent(s): ecbc249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def respond(message, chat_history, temperature):
58
 
59
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
60
 
61
- gr.Markdown("## 💻 CodeMentor AI – Your Programming Tutor")
62
 
63
  chatbot = gr.Chatbot(height=400)
64
  state = gr.State([])
 
58
 
59
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
60
 
61
+ gr.Markdown("## 💻 Kashif's CodeMentor AI – Your Programming Tutor")
62
 
63
  chatbot = gr.Chatbot(height=400)
64
  state = gr.State([])