mikeee commited on
Commit
a8c15fa
·
1 Parent(s): 40361d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with st.sidebar:
151
  ##### main ####
152
  # user_input = st.text_input("Your question", "Who are you?", key="input")
153
 
154
- _ = """There's a new invention called Bitcoin, a peer to peer electronic cash. When used properly, it allows anyone to transact privately, without permission or involvement from the state or any third party. Big brother won't be able to watch anyone. Do you think the people in your book could use Bitcoin as a tool to escape oppression? And how do you think the state will respond?"""
155
  user_input = st.text_input("Your question", _, key="input")
156
 
157
 
 
151
  ##### main ####
152
  # user_input = st.text_input("Your question", "Who are you?", key="input")
153
 
154
+ _ = """Bitcoin, when used properly, allows anyone to transact privately. Big brother won't be able to watch anyone. Could the people in your book use Bitcoin as a tool to escape oppression? And how do you think the state will respond?"""
155
  user_input = st.text_input("Your question", _, key="input")
156
 
157