alexmac93 commited on
Commit
6b2df11
·
verified ·
1 Parent(s): 10a1e98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ demo = gr.Interface(
9
  inputs=gr.Number(value=6, label="Number of Sides"),
10
  outputs="text",
11
  title="Dice Roller",
12
- description="Enter the number of sides for the dice and get the roll result."
13
  )
14
 
15
  demo.launch()
 
9
  inputs=gr.Number(value=6, label="Number of Sides"),
10
  outputs="text",
11
  title="Dice Roller",
12
+ description="Enter the number of sides for the dice and get the roll result. Copy of the Dice Roll space by nsarrazin which is no longer working."
13
  )
14
 
15
  demo.launch()