Spaces:
Sleeping
Sleeping
mrbeliever
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,8 @@ css = """
|
|
98 |
margin-top: 15px;
|
99 |
border: 2px solid #333; /* Darker outline */
|
100 |
border-radius: 8px;
|
|
|
|
|
101 |
}
|
102 |
#run_button {
|
103 |
background-color: #fff; /* Dark button color */
|
|
|
98 |
margin-top: 15px;
|
99 |
border: 2px solid #333; /* Darker outline */
|
100 |
border-radius: 8px;
|
101 |
+
height: 200px; /* Fixed height */
|
102 |
+
overflow-y: auto; /* Scrollable if content exceeds height */
|
103 |
}
|
104 |
#run_button {
|
105 |
background-color: #fff; /* Dark button color */
|