Uvini commited on
Commit
fd04a4f
1 Parent(s): 821d9a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ st.image("Header.png", use_column_width=True)
21
  # Define the format of the file to be uploaded
22
  st.write("<br>", unsafe_allow_html=True)
23
  file_format_link = "https://drive.google.com/file/d/1B6Glpna9kZsakgjpWStfhbxI20EoGsnv/view?usp=sharing"
24
- message = f"⚠️ㅤPlease stick to the given layout when uploading a file. You can download the sample file layout from [here]({file_format_link})."
25
  st.write(message)
26
  # Uploading the file
27
  file = st.file_uploader("",type=["csv"])
 
21
  # Define the format of the file to be uploaded
22
  st.write("<br>", unsafe_allow_html=True)
23
  file_format_link = "https://drive.google.com/file/d/1B6Glpna9kZsakgjpWStfhbxI20EoGsnv/view?usp=sharing"
24
+ message = f"⚠️ㅤPlease stick to the given layout when uploading a file. You can download the sample file layout from [here]( {file_format_link})."
25
  st.write(message)
26
  # Uploading the file
27
  file = st.file_uploader("",type=["csv"])