noumanjavaid commited on
Commit
61be94d
·
verified ·
1 Parent(s): 8db4f52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,7 +7,7 @@ css = """
7
  position: relative;
8
  width: 100%;
9
  height: 0;
10
- padding-bottom: 10%;
11
  }
12
  .iframe-container iframe {
13
  position: absolute;
@@ -27,4 +27,4 @@ with gr.Blocks(css=css) as demo:
27
  gr.HTML('<div class="iframe-container"><iframe src="https://noumanjavaid-centurion.hf.space"></iframe></div>')
28
 
29
  # Launch the app
30
- demo.launch(show_error=True, show_api=False)
 
7
  position: relative;
8
  width: 100%;
9
  height: 0;
10
+ padding-bottom: 100%;
11
  }
12
  .iframe-container iframe {
13
  position: absolute;
 
27
  gr.HTML('<div class="iframe-container"><iframe src="https://noumanjavaid-centurion.hf.space"></iframe></div>')
28
 
29
  # Launch the app
30
+ demo.launch(show_error=True, show_api=False)