eaglelandsonce commited on
Commit
4a3594f
1 Parent(s): 22ee7d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -154,7 +154,6 @@ def get_json(url):
154
  data = js.json()
155
  return data
156
 
157
- st.markdown("""Reads the Json file of Comments data extracted from Youtube API & creates graph""")
158
  st.sidebar.header('File Upload')
159
  your_file = st.sidebar.file_uploader(label="Upload the file here")
160
 
 
154
  data = js.json()
155
  return data
156
 
 
157
  st.sidebar.header('File Upload')
158
  your_file = st.sidebar.file_uploader(label="Upload the file here")
159