Davis commited on
Commit
1cfb9ce
1 Parent(s): c748bcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
5
 
6
  # add banner image
7
  st.header("Data Scraper App")
8
- st.image('images/twitter.jpg')
9
  st.subheader('''
10
  A simple app to scrap data from Twitter.
11
  ''')
 
5
 
6
  # add banner image
7
  st.header("Data Scraper App")
8
+ st.image('twitter.jpg')
9
  st.subheader('''
10
  A simple app to scrap data from Twitter.
11
  ''')