Spaces:
Sleeping
Sleeping
fix syntax error
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ def main():
|
|
261 |
st.session_state.auto_submit_text = text
|
262 |
|
263 |
# Accept user input
|
264 |
-
prompt = st.chat_input("Type your claim here")
|
265 |
if prompt:
|
266 |
# Add user message to chat history
|
267 |
display_message = prompt + " \n"+ " \n"+ f"Retriever: {selected_retriever}, Reasoner: {selected_reasoner}"
|
|
|
261 |
st.session_state.auto_submit_text = text
|
262 |
|
263 |
# Accept user input
|
264 |
+
prompt = st.chat_input("Type your claim here")
|
265 |
if prompt:
|
266 |
# Add user message to chat history
|
267 |
display_message = prompt + " \n"+ " \n"+ f"Retriever: {selected_retriever}, Reasoner: {selected_reasoner}"
|