Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ class Model:
|
|
65 |
|
66 |
|
67 |
uploaded_file = st.file_uploader("Choose a file")
|
68 |
-
st.
|
69 |
|
70 |
|
71 |
|
|
|
65 |
|
66 |
|
67 |
uploaded_file = st.file_uploader("Choose a file")
|
68 |
+
st.json(uploaded_file.get_value())
|
69 |
|
70 |
|
71 |
|