Spaces:
Runtime error
Runtime error
ui updated
Browse files
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")
|