SamuelM0422 commited on
Commit
2c81408
·
verified ·
1 Parent(s): 933d92f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def get_session_by_id(session_id: str) -> BaseChatMessageHistory:
33
 
34
  if not st.session_state.read_file:
35
 
36
- st.title('🤓 Faça o Upload de seu arquivo PDF para que possamos conversar sobre ele!'
37
  if st.session_state.language.startswith("pt")
38
  else '🤓 Upload your PDF to talk with it!',
39
  anchor=False)
 
33
 
34
  if not st.session_state.read_file:
35
 
36
+ st.title('🤓 Me manda um PDF pra gente conversar sobre ele!'
37
  if st.session_state.language.startswith("pt")
38
  else '🤓 Upload your PDF to talk with it!',
39
  anchor=False)