Ganesh43 commited on
Commit
332f69b
1 Parent(s): ca44c23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.title("Question Answering App")
9
  user_query = st.text_input("Enter your question:")
10
 
11
  # File uploader for context (Hugging Face specific)
12
- uploaded_file = st.file_uploader("Upload a CSV file from Hugging Face Hub:", type="text")
13
 
14
  if uploaded_file is not None:
15
  # Extract file URL
 
9
  user_query = st.text_input("Enter your question:")
10
 
11
  # File uploader for context (Hugging Face specific)
12
+ uploaded_file = st.file_uploader("Upload a CSV file from Hugging Face Hub:", type="CSV")
13
 
14
  if uploaded_file is not None:
15
  # Extract file URL