Spaces:
Running
Running
word of warning
Browse files
app.py
CHANGED
@@ -11,6 +11,12 @@ from utils.ui import reset_results, set_initial_state
|
|
11 |
|
12 |
set_initial_state()
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
st.write("# π€ What have they been tweeting about lately?")
|
15 |
|
16 |
search_bar, button = st.columns(2)
|
|
|
11 |
|
12 |
set_initial_state()
|
13 |
|
14 |
+
st.markdown("Thanks for coming to this π€ Spcae.\n **A few words of warning**:\n\n"
|
15 |
+
"This is very much a project for fun, and is not a final product."
|
16 |
+
"There's a lot that can be improved to make this app better...\n\n"
|
17 |
+
"**Please take results with a grain of** π§\n\n"
|
18 |
+
"For more on how this was built, instructions to run locally and to contribute: [visit GitHub](https://github.com/TuanaCelik/should-i-follow#readme)")
|
19 |
+
|
20 |
st.write("# π€ What have they been tweeting about lately?")
|
21 |
|
22 |
search_bar, button = st.columns(2)
|