Spestly commited on
Commit
31958a7
Β·
verified Β·
1 Parent(s): 67c6e99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def generate(
186
 
187
  # Create the Gradio interface
188
  def create_interface():
189
- with gr.Blocks(title="Multi-Model Chat", theme=gr.themes.Soft()) as demo:
190
  gr.Markdown("""
191
  # πŸš€ Apollo-1 Model Chat Interface
192
 
 
186
 
187
  # Create the Gradio interface
188
  def create_interface():
189
+ with gr.Blocks(title="Multi-Model Chat") as demo:
190
  gr.Markdown("""
191
  # πŸš€ Apollo-1 Model Chat Interface
192