watagassy commited on
Commit
5877f28
·
verified ·
1 Parent(s): 365af51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ theme = CustomTheme()
97
 
98
  CSS ="""
99
  .contain { display: flex; flex-direction: column; }
100
- .gradio-container { height: 100vh !important; }
101
  #component-0 { height: 100%; }
102
  #textbox { flex-grow: 1; overflow: auto; resize: vertical;}
103
  .secondary {background-color: #6366f1; }
 
97
 
98
  CSS ="""
99
  .contain { display: flex; flex-direction: column; }
100
+ .gradio-container { min-height: 100vh !important; }
101
  #component-0 { height: 100%; }
102
  #textbox { flex-grow: 1; overflow: auto; resize: vertical;}
103
  .secondary {background-color: #6366f1; }