Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,11 @@ with st.sidebar:
|
|
148 |
|
149 |
|
150 |
##### main ####
|
151 |
-
user_input = st.text_input("Your question", "Who are you?", key="input")
|
|
|
|
|
|
|
|
|
152 |
|
153 |
col1, col2 = st.columns([10, 1])
|
154 |
|
|
|
148 |
|
149 |
|
150 |
##### main ####
|
151 |
+
# user_input = st.text_input("Your question", "Who are you?", key="input")
|
152 |
+
|
153 |
+
_ = """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?"""
|
154 |
+
user_input = st.text_input("Your question", _, key="input")
|
155 |
+
|
156 |
|
157 |
col1, col2 = st.columns([10, 1])
|
158 |
|