Update app.py
Browse files
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 |
|