Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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
|