Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,8 @@ def respond(message, chat_history, temperature):
|
|
| 56 |
chat_history.append((message, bot_reply))
|
| 57 |
return "", chat_history
|
| 58 |
|
| 59 |
-
with gr.Blocks() as demo:
|
|
|
|
| 60 |
gr.Markdown("## 💻 CodeMentor AI – Your Programming Tutor")
|
| 61 |
|
| 62 |
chatbot = gr.Chatbot(height=400)
|
|
|
|
| 56 |
chat_history.append((message, bot_reply))
|
| 57 |
return "", chat_history
|
| 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)
|