Felguk commited on
Commit
1869c95
·
verified ·
1 Parent(s): 5f57b4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ iface.launch()
214
  return code.strip()
215
 
216
  # Create the Gradio interface
217
- with gr.Blocks(css=css) as demo:
218
  gr.HTML(copy_button_html) # Add the "Copy Code" script
219
 
220
  with gr.Tabs():
 
214
  return code.strip()
215
 
216
  # Create the Gradio interface
217
+ with gr.Blocks() as demo: # Убрали параметр css
218
  gr.HTML(copy_button_html) # Add the "Copy Code" script
219
 
220
  with gr.Tabs():