hashirlodhi commited on
Commit
cdbfacf
·
verified ·
1 Parent(s): 33f7372

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ body {background: #0f0f0f; color: #eee;}
105
  .input-panel {background: #1a1a1a; border-radius: 16px; padding: 1.8rem; border: 1px solid #333;}
106
  """
107
 
108
- with gr.Blocks(theme=gr.themes.Dark()) as app:
109
  gr.HTML(f"""
110
  <style>{custom_css}</style>
111
  <div class="header">
 
105
  .input-panel {background: #1a1a1a; border-radius: 16px; padding: 1.8rem; border: 1px solid #333;}
106
  """
107
 
108
+ with gr.Blocks() as app:
109
  gr.HTML(f"""
110
  <style>{custom_css}</style>
111
  <div class="header">