Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
|
52 |
# Set the title for the Streamlit app
|
53 |
st.title("Coloring Anime ChatBot")
|
54 |
|
55 |
-
csv_url = "https://huggingface.co/spaces/uyen13/
|
56 |
# csv_url="https://docs.google.com/uc?export=download&id=1fQ2v2n9zQcoi6JoOU3lCBDHRt3a1PmaE"
|
57 |
|
58 |
# Define the path where you want to save the downloaded file
|
|
|
52 |
# Set the title for the Streamlit app
|
53 |
st.title("Coloring Anime ChatBot")
|
54 |
|
55 |
+
csv_url = "https://huggingface.co/spaces/uyen13/chatgirl2/raw/main/testchatdata.csv"
|
56 |
# csv_url="https://docs.google.com/uc?export=download&id=1fQ2v2n9zQcoi6JoOU3lCBDHRt3a1PmaE"
|
57 |
|
58 |
# Define the path where you want to save the downloaded file
|