tanveeshsingh commited on
Commit
0b574ad
1 Parent(s): d62eaa9

Change CSS

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -132,6 +132,10 @@ gradio-app {
132
  color: #FFFFFF !important;
133
  }
134
  #orange-button{ background-color: #FFA500 !important; color: #000000}
 
 
 
 
135
  .block {
136
  background-color: #000000 !important;
137
  color: #FFFFFF !important;
 
132
  color: #FFFFFF !important;
133
  }
134
  #orange-button{ background-color: #FFA500 !important; color: #000000}
135
+ #component-5 {
136
+ height: 100px !important; /* Adjust the height as needed */
137
+ overflow: auto; /* Ensure scrollbars appear for overflow content */
138
+ }
139
  .block {
140
  background-color: #000000 !important;
141
  color: #FFFFFF !important;