eagle0504 commited on
Commit
e7a0c45
Β·
1 Parent(s): 266aa70

ui updated

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -41,6 +41,8 @@ with st.sidebar:
41
 
42
  To begin, simply drag and drop your dataset in `.csv` format into the designated area of the application πŸ“βž‘οΈπŸ“Š. Once your file is uploaded, you can start asking your data-related questions in plain English ✍️. The chatbot will respond with the requested information or appropriate guidance on how to phrase your questions for optimal results πŸ’‘.
43
 
 
 
44
  """
45
  )
46
  uploaded_file = st.file_uploader("Choose a CSV file")
 
41
 
42
  To begin, simply drag and drop your dataset in `.csv` format into the designated area of the application πŸ“βž‘οΈπŸ“Š. Once your file is uploaded, you can start asking your data-related questions in plain English ✍️. The chatbot will respond with the requested information or appropriate guidance on how to phrase your questions for optimal results πŸ’‘.
43
 
44
+ You can always access the app by click this [URL](https://huggingface.co/spaces/eagle0504/Document-View).
45
+
46
  """
47
  )
48
  uploaded_file = st.file_uploader("Choose a CSV file")