Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
rocioadlc/test_3
rocioadlc
/
test_4
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rocioadlc
commited on
Feb 11, 2024
Commit
129886d
Β·
verified
Β·
1 Parent(s):
5a53f49
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -207,5 +207,7 @@ app = gr.TabbedInterface(
207
theme=theme
208
)
209
210
app.queue()
211
app.launch()
207
theme=theme
208
)
209
210
+
app.tabs[0]._css = {"background-color": "#F0F0F0"}
211
+
212
app.queue()
213
app.launch()