Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ custom_css = """
185
  # -------------------------------------------------------------
186
  # BUILD GRADIO INTERFACE
187
  # -------------------------------------------------------------
188
- with gr.Blocks(theme=gr.themes.Soft()) as iface:
189
 
190
  # Inject CSS manually
191
  gr.HTML(f"<style>{custom_css}</style>")
 
185
  # -------------------------------------------------------------
186
  # BUILD GRADIO INTERFACE
187
  # -------------------------------------------------------------
188
+ with gr.Blocks as iface:
189
 
190
  # Inject CSS manually
191
  gr.HTML(f"<style>{custom_css}</style>")