Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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([])
|