Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -730,4 +730,4 @@ interface = create_interface(
|
|
730 |
|
731 |
# Launch the interface
|
732 |
|
733 |
-
interface.launch(share=True)
|
|
|
730 |
|
731 |
# Launch the interface
|
732 |
|
733 |
+
interface.launch(share=True,css=".gradio-container { margin-top: 300px !important; }")
|