mlkorra commited on
Commit
ddcd1d9
·
1 Parent(s): 2b2a52e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,7 +46,8 @@ def app():
46
  target_text_path = "./input/tweet_list.csv"
47
  target_text_df = pd.read_csv(target_text_path)
48
  texts = target_text_df["text"]
49
- st.sidebar.title("Place")
 
50
  pick_random = st.sidebar.checkbox("Pick any random text")
51
 
52
 
 
46
  target_text_path = "./input/tweet_list.csv"
47
  target_text_df = pd.read_csv(target_text_path)
48
  texts = target_text_df["text"]
49
+ ##st.sidebar.title("Place")
50
+ st.sidebar.markdown("Check out more at [github](https://github.com/mlkorra/OGBV-detection)
51
  pick_random = st.sidebar.checkbox("Pick any random text")
52
 
53