Seetha commited on
Commit
1e1c641
1 Parent(s): 5853ee9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@
43
  import streamlit as st
44
  import urllib2 # the lib that handles the url stuff
45
 
46
- target_url = https://huggingface.co/datasets/Seetha/Visualization/raw/main/AFLAC_Wyatt_notag.pdf
47
  if st.button('PDF1'):
48
  data = urllib2.urlopen(target_url)
49
  st.write(data)
 
43
  import streamlit as st
44
  import urllib2 # the lib that handles the url stuff
45
 
46
+ target_url = 'https://huggingface.co/datasets/Seetha/Visualization/raw/main/AFLAC_Wyatt_notag.pdf'
47
  if st.button('PDF1'):
48
  data = urllib2.urlopen(target_url)
49
  st.write(data)