shukdevdatta123 commited on
Commit
5eb0488
·
verified ·
1 Parent(s): 29cea1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,8 +90,8 @@ models = [
90
  ]
91
 
92
  # Create the Gradio interface
93
- with gr.Blocks(title="Groq AI Chat Interface") as app:
94
- gr.Markdown("# Groq AI Chat Interface")
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):