Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -214,7 +214,7 @@ iface.launch()
|
|
| 214 |
return code.strip()
|
| 215 |
|
| 216 |
# Create the Gradio interface
|
| 217 |
-
with gr.Blocks(
|
| 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():
|