shukdevdatta123 commited on
Commit
2196f8b
·
verified ·
1 Parent(s): 6eae376

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ AVAILABLE_MODELS = [
120
  ]
121
 
122
  def create_interface():
123
- with gr.Blocks(title="LLM-Based Chatbot", theme=gr.themes.Soft()) as demo:
124
  gr.Markdown("""
125
  # 🤖 LLM-Based Conversational AI Chatbot
126
  This chatbot leverages powerful Language Models to provide intelligent conversations.
 
120
  ]
121
 
122
  def create_interface():
123
+ with gr.Blocks(title="LLM-Based Chatbot", theme=gr.themes.Ocean()) as demo:
124
  gr.Markdown("""
125
  # 🤖 LLM-Based Conversational AI Chatbot
126
  This chatbot leverages powerful Language Models to provide intelligent conversations.