Spaces:
Running
Running
mihalykiss
commited on
Commit
·
690b2f2
1
Parent(s):
df97ee1
UI - theme
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ iface = gr.Interface(
|
|
76 |
),
|
77 |
title=title,
|
78 |
description=description,
|
79 |
-
theme="
|
80 |
allow_flagging="never",
|
81 |
live=False,
|
82 |
submit_button="🎯 Analyze Now",
|
|
|
76 |
),
|
77 |
title=title,
|
78 |
description=description,
|
79 |
+
theme="compact",
|
80 |
allow_flagging="never",
|
81 |
live=False,
|
82 |
submit_button="🎯 Analyze Now",
|