Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,8 +90,8 @@ models = [
|
|
90 |
]
|
91 |
|
92 |
# Create the Gradio interface
|
93 |
-
with gr.Blocks(title="Groq AI Chat
|
94 |
-
gr.Markdown("# Groq AI Chat
|
95 |
|
96 |
# New model information accordion
|
97 |
with gr.Accordion("ℹ️ Model Information - Learn about available models", open=False):
|
|
|
90 |
]
|
91 |
|
92 |
# Create the Gradio interface
|
93 |
+
with gr.Blocks(title="Groq AI Chat Playground") as app:
|
94 |
+
gr.Markdown("# Groq AI Chat Playground")
|
95 |
|
96 |
# New model information accordion
|
97 |
with gr.Accordion("ℹ️ Model Information - Learn about available models", open=False):
|