Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|