Commit
·
78b0d21
1
Parent(s):
b0450e6
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,7 +161,7 @@ css = '''
|
|
| 161 |
.gradio-container {font-family: 'IBM Plex Sans', sans-serif}
|
| 162 |
#top_title{margin-bottom: .5em}
|
| 163 |
#top_title h2{margin-bottom: 0; text-align: center}
|
| 164 |
-
#main_row{flex-wrap: wrap; gap: 1em; max-height:
|
| 165 |
@media (min-width: 768px){#main_row > div{flex: 1 1 32%; margin-left: 0 !important}}
|
| 166 |
.gr-prose code::before, .gr-prose code::after {content: "" !important}
|
| 167 |
::-webkit-scrollbar {width: 10px}
|
|
|
|
| 161 |
.gradio-container {font-family: 'IBM Plex Sans', sans-serif}
|
| 162 |
#top_title{margin-bottom: .5em}
|
| 163 |
#top_title h2{margin-bottom: 0; text-align: center}
|
| 164 |
+
#main_row{flex-wrap: wrap; gap: 1em; max-height: 550px; overflow-y: scroll; flex-direction: row}
|
| 165 |
@media (min-width: 768px){#main_row > div{flex: 1 1 32%; margin-left: 0 !important}}
|
| 166 |
.gr-prose code::before, .gr-prose code::after {content: "" !important}
|
| 167 |
::-webkit-scrollbar {width: 10px}
|