Spaces:
Runtime error
Runtime error
Update app.py
#3
by
justinstrong
- opened
app.py
CHANGED
@@ -18,3 +18,5 @@ if file_name is not None:
|
|
18 |
col2.header("Probabilities")
|
19 |
for p in predictions:
|
20 |
col2.subheader(f"{ p['label'] }: { round(p['score'] * 100, 1)}%")
|
|
|
|
|
|
18 |
col2.header("Probabilities")
|
19 |
for p in predictions:
|
20 |
col2.subheader(f"{ p['label'] }: { round(p['score'] * 100, 1)}%")
|
21 |
+
|
22 |
+
st.code("This is a test")
|