Spaces:
Running
Running
Update pages/Exames.py
Browse files- 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>
|