Uvini commited on
Commit
a8ee5c2
·
1 Parent(s): 5a2d650

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(" ", type=["csv"])
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(label=':sunglasses:',label_visibility='collapsed',type=["csv"])
20
 
21
  # Define the app's functionality
22
  if file is not None: