mrbeliever commited on
Commit
010d6dc
·
verified ·
1 Parent(s): 2a7d6f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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 */