hertogateis commited on
Commit
008ce61
·
verified ·
1 Parent(s): bb4af3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ file_name = st.sidebar.file_uploader("Upload file:", type=['csv', 'xlsx'])
42
 
43
  # File processing and question answering
44
  if file_name is None:
45
- st.markdown("<p style='font-family:sans-serif;font-size: 1.4rem;'>Click the left side bar <> to upload your file.</p>", unsafe_allow_html=True)
46
  else:
47
  try:
48
  # Check file type and handle reading accordingly
 
42
 
43
  # File processing and question answering
44
  if file_name is None:
45
+ st.markdown('<p class="font">Please click left side bar to upload an excel or csv file </p>', unsafe_allow_html=True)
46
  else:
47
  try:
48
  # Check file type and handle reading accordingly