Tuana commited on
Commit
8a7dc24
β€’
1 Parent(s): 391c720

word of warning

Browse files
Files changed (1) hide show
  1. app.py +6 -0
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)