THEODOROS commited on
Commit
401dc2f
·
1 Parent(s): a1b1cea

fix scrolling hopefully

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ custom_css="""
145
  .gradio_page {
146
  display: flex;
147
  width: 100vw;
148
- min-height: 200vh;
149
  flex-direction: column;
150
  justify-content: center;
151
  align-items: center;
 
145
  .gradio_page {
146
  display: flex;
147
  width: 100vw;
148
+ min-height: 50vh;
149
  flex-direction: column;
150
  justify-content: center;
151
  align-items: center;