Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ st.set_page_config(page_title="Review Analysis", page_icon=":smiley:")
|
|
16 |
# Add image and heading
|
17 |
st.image("Header.png", use_column_width=True)
|
18 |
|
19 |
-
file = st.file_uploader(" ",
|
20 |
|
21 |
# Define the app's functionality
|
22 |
if file is not None:
|
|
|
16 |
# Add image and heading
|
17 |
st.image("Header.png", use_column_width=True)
|
18 |
|
19 |
+
file = st.file_uploader(" ",type=["csv"])
|
20 |
|
21 |
# Define the app's functionality
|
22 |
if file is not None:
|