nevreal commited on
Commit
374ac43
1 Parent(s): 79b5587

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def chat_with_model(user_input, history):
27
  return history, history
28
 
29
  # Gradio interface
30
- with gr.Blocks() as ui:
31
  gr.Markdown("# Gradio Chatbot with Phi-3-mini-4k-instruct")
32
 
33
  # User input and chatbot output
 
27
  return history, history
28
 
29
  # Gradio interface
30
+ with gr.Blocks(theme="nevreal/blues") as ui:
31
  gr.Markdown("# Gradio Chatbot with Phi-3-mini-4k-instruct")
32
 
33
  # User input and chatbot output