suriya7 commited on
Commit
2e662e2
β€’
1 Parent(s): d249a32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ with st.sidebar:
105
  user_prompt = st.chat_input("Ask me anything about the content of the PDF:")
106
  if user_prompt and uploaded_file:
107
  st.session_state.messages.append({'role': 'user', "content": user_prompt})
108
- with st.chat_message("user", avatar=".웃"):
109
  st.write(user_prompt)
110
 
111
  # Generate a new response if last message is not from assistant
 
105
  user_prompt = st.chat_input("Ask me anything about the content of the PDF:")
106
  if user_prompt and uploaded_file:
107
  st.session_state.messages.append({'role': 'user', "content": user_prompt})
108
+ with st.chat_message("user", avatar="웃"):
109
  st.write(user_prompt)
110
 
111
  # Generate a new response if last message is not from assistant