Sidharthan commited on
Commit
89c95a7
1 Parent(s): 62d1307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Monochrome(),
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()