Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
EstebanDC
/
UCS_JG
like
1
Running
App
Files
Files
Community
EstebanDC
commited on
Sep 8, 2022
Commit
43f0558
•
1 Parent(s):
9315c89
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -65,6 +65,7 @@ app = gr.Interface(
65
title=title,
66
description=description,
67
article = article,
68
)
69
70
app.launch()
65
title=title,
66
description=description,
67
article = article,
68
+
theme="dark-seafoam"
69
)
70
71
app.launch()