Spaces:
Runtime error
Runtime error
gordon-posit
commited on
Commit
•
8b56df4
1
Parent(s):
3f928a7
Update requirements
Browse files- app.py +1 -1
- requirements.txt +2 -0
app.py
CHANGED
@@ -23,4 +23,4 @@ def server(input, output, session):
|
|
23 |
plt.hist(x, input.n(), density=True)
|
24 |
|
25 |
|
26 |
-
app = App(app_ui, server, debug=True)
|
|
|
23 |
plt.hist(x, input.n(), density=True)
|
24 |
|
25 |
|
26 |
+
app = App(app_ui, server, debug=True)
|
requirements.txt
CHANGED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
matplotlib
|
2 |
+
shiny
|