Update tribunal_3.py
Browse files- tribunal_3.py +1 -1
tribunal_3.py
CHANGED
@@ -289,7 +289,7 @@ def main():
|
|
289 |
if not check_password():
|
290 |
st.stop()
|
291 |
|
292 |
-
#
|
293 |
user_input = st.chat_input("Ask your question here", key="user_input")
|
294 |
|
295 |
if user_input:
|
|
|
289 |
if not check_password():
|
290 |
st.stop()
|
291 |
|
292 |
+
# Get user input before column creation
|
293 |
user_input = st.chat_input("Ask your question here", key="user_input")
|
294 |
|
295 |
if user_input:
|