Kashif12334 commited on
Commit
ecbc249
·
verified ·
1 Parent(s): 378a4c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)