Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -163,3 +163,4 @@ if st.button("Fetch Restaurant Data"):
|
|
163 |
# Optional: Display the DataFrame as a table
|
164 |
st.subheader("Restaurant Data")
|
165 |
st.dataframe(df)
|
|
|
|
163 |
# Optional: Display the DataFrame as a table
|
164 |
st.subheader("Restaurant Data")
|
165 |
st.dataframe(df)
|
166 |
+
#
|