Update app.py
Browse files
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.
|
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.
|