drguilhermeapolinario commited on
Commit
295cbd6
·
verified ·
1 Parent(s): 5f4d055

Update pages/Exames.py

Browse files
Files changed (1) hide show
  1. pages/Exames.py +6 -0
pages/Exames.py CHANGED
@@ -58,3 +58,9 @@ if submit_file and uploaded_file is not None:
58
  response = query_gpt4(text)
59
  st.write("Resumo do Exame:")
60
  st.write(response)
 
 
 
 
 
 
 
58
  response = query_gpt4(text)
59
  st.write("Resumo do Exame:")
60
  st.write(response)
61
+
62
+
63
+ <iframe
64
+ src="https://chatgpt.com/g/g-AFG1NiIdw-labs-resume"
65
+ style="height: 450px; width: 100%;"
66
+ ></iframe>