uyen13 commited on
Commit
d48402b
1 Parent(s): 13322e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ 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/chatgirl/raw/main/testchatdata1.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
59
  tmp_file_path = "testchatdata.csv"
 
52
  # Set the title for the Streamlit app
53
  st.title("Coloring Anime ChatBot")
54
 
55
+ csv_url = "https://huggingface.co/spaces/uyen13/chatgirl/raw/main/testchatdata1.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
59
  tmp_file_path = "testchatdata.csv"