Update app.py
Browse files
app.py
CHANGED
@@ -59,9 +59,9 @@ if uploaded_file:
|
|
59 |
except Exception as e:
|
60 |
st.error(f"Error: {e}")
|
61 |
|
62 |
-
st.write("### Instructions")
|
63 |
-
st.markdown(
|
64 |
-
"1. Upload a CSV file to get started.\n"
|
65 |
-
"2. Enter a question to interact with the data.\n"
|
66 |
-
"3. Enter a query to generate and view graphs.\n"
|
67 |
-
)
|
|
|
59 |
except Exception as e:
|
60 |
st.error(f"Error: {e}")
|
61 |
|
62 |
+
#st.write("### Instructions")
|
63 |
+
#st.markdown(
|
64 |
+
# "1. Upload a CSV file to get started.\n"
|
65 |
+
# "2. Enter a question to interact with the data.\n"
|
66 |
+
# "3. Enter a query to generate and view graphs.\n"
|
67 |
+
#)
|