Dhruv20 commited on
Commit
4d84e99
1 Parent(s): 5f73c50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -38,4 +38,10 @@ interface = gr.Interface(
38
  theme = 'huggingface'
39
  )
40
 
 
 
 
 
 
 
41
  interface.launch()
 
38
  theme = 'huggingface'
39
  )
40
 
41
+ interface.css = """
42
+ .main {
43
+ margin: 0 10%;
44
+ }
45
+ """
46
+
47
  interface.launch()