Mr-Vicky-01 commited on
Commit
2ef524f
·
verified ·
1 Parent(s): 122726f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -137,6 +137,7 @@ with st.sidebar:
137
 
138
  if uploaded_url:
139
  url_text = get_url_text(uploaded_url)
 
140
  with open("data/url_text.txt", "w") as file:
141
  file.write(url_text)
142
 
 
137
 
138
  if uploaded_url:
139
  url_text = get_url_text(uploaded_url)
140
+ print(url_text)
141
  with open("data/url_text.txt", "w") as file:
142
  file.write(url_text)
143