Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -730,4 +730,12 @@ interface = create_interface(
|
|
| 730 |
|
| 731 |
# Launch the interface
|
| 732 |
|
| 733 |
-
interface.launch(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 730 |
|
| 731 |
# Launch the interface
|
| 732 |
|
| 733 |
+
interface.launch(
|
| 734 |
+
share=True,
|
| 735 |
+
css="""
|
| 736 |
+
body {
|
| 737 |
+
padding-top: 300px !important;
|
| 738 |
+
}
|
| 739 |
+
"""
|
| 740 |
+
)
|
| 741 |
+
|