Spaces:
Sleeping
Sleeping
Sidharthan
commited on
Commit
•
89c95a7
1
Parent(s):
62d1307
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
|
|
25 |
outputs="text",
|
26 |
title="Rock, Paper, Scissors!",
|
27 |
description="Enter your choice: rock, paper, or scissors",
|
28 |
-
theme=gr.themes.
|
29 |
)
|
30 |
|
31 |
iface.launch()
|
|
|
25 |
outputs="text",
|
26 |
title="Rock, Paper, Scissors!",
|
27 |
description="Enter your choice: rock, paper, or scissors",
|
28 |
+
theme=gr.themes.Soft(),
|
29 |
)
|
30 |
|
31 |
iface.launch()
|