MilanM commited on
Commit
8c9cbbd
·
verified ·
1 Parent(s): 70596fa

Update tribunal_3.py

Browse files
Files changed (1) hide show
  1. 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
- # Main chat interface
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: