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