Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,4 +31,4 @@ else:
|
|
| 31 |
|
| 32 |
table = pd.json_normalize(records)[columns_to_display]
|
| 33 |
|
| 34 |
-
st.dataframe(table, use_container_width=True
|
|
|
|
| 31 |
|
| 32 |
table = pd.json_normalize(records)[columns_to_display]
|
| 33 |
|
| 34 |
+
st.dataframe(table, use_container_width=True)
|