Saravutw commited on
Commit
7fba957
·
verified ·
1 Parent(s): ad55a39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -13,6 +13,9 @@ html_content = """
13
  <meta http-equiv="Expires" content="0">
14
 
15
  <style>
 
 
 
16
  html, body {
17
  margin: 0;
18
  padding: 0;
@@ -115,7 +118,7 @@ html_content = """
115
  </html>
116
  """
117
 
118
- with gr.Blocks(title="Veo 3 App", fill_height=True, css="footer {display: none !important;} .gradio-container {padding: 0 !important; margin: 0 !important; max-width: 100% !important;}") as demo:
119
  gr.HTML(html_content)
120
 
121
  if __name__ == "__main__":
 
13
  <meta http-equiv="Expires" content="0">
14
 
15
  <style>
16
+ footer { display: none !important; }
17
+ .gradio-container { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }
18
+
19
  html, body {
20
  margin: 0;
21
  padding: 0;
 
118
  </html>
119
  """
120
 
121
+ with gr.Blocks(title="Veo 3 App", fill_height=True) as demo:
122
  gr.HTML(html_content)
123
 
124
  if __name__ == "__main__":