rahul7star commited on
Commit
5f4fd73
·
verified ·
1 Parent(s): d3d043a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -730,4 +730,12 @@ interface = create_interface(
730
 
731
  # Launch the interface
732
 
733
- interface.launch(share=True,css=".gradio-container { margin-top: 300px !important; }")
 
 
 
 
 
 
 
 
 
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
+