MrDrmm commited on
Commit
91dbfcb
·
verified ·
1 Parent(s): 70e5b6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -159,7 +159,7 @@ body {
159
  background-color: #2d343f;
160
  border-radius: 4px;
161
  margin: 10px;
162
- max-width: 100%;
163
  box-sizing: border-box;
164
  }
165
 
@@ -216,7 +216,7 @@ body {
216
 
217
  @media (max-width: 320px) {
218
  .gradio-container {
219
- width: 100%;
220
  margin: 0;
221
  padding: 10px;
222
  }
 
159
  background-color: #2d343f;
160
  border-radius: 4px;
161
  margin: 10px;
162
+ max-width: 50%;
163
  box-sizing: border-box;
164
  }
165
 
 
216
 
217
  @media (max-width: 320px) {
218
  .gradio-container {
219
+ width: 50%;
220
  margin: 0;
221
  padding: 10px;
222
  }