Spaces:
Sleeping
Sleeping
jeremierostan
commited on
Commit
•
4cc3fdd
1
Parent(s):
24dedb3
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def handle_answer_submission(api_key, pdf_file, answer1, answer2, answer3, answe
|
|
88 |
with gr.Blocks() as app:
|
89 |
with gr.Row():
|
90 |
# Seshat logo
|
91 |
-
logo_url = "https://i.ibb.co/S7DCk3K/a-logo-design-with-a-stylized-egyptian-scribe-the-i-L59-Gh-Zn-QASp7v-TUazjdp-A-1-s-Ip-Qq-VRIif-VF5dn.png"
|
92 |
gr.Image(logo_url, label="", show_label=False, height=200)
|
93 |
|
94 |
# User input Groq API key
|
|
|
88 |
with gr.Blocks() as app:
|
89 |
with gr.Row():
|
90 |
# Seshat logo
|
91 |
+
logo_url = "https://i.ibb.co/S7DCk3K/a-logo-design-with-a-stylized-egyptian-scribe-the-i-L59-Gh-Zn-QASp7v-TUazjdp-A-1-s-Ip-Qq-VRIif-VF5dn.png"
|
92 |
gr.Image(logo_url, label="", show_label=False, height=200)
|
93 |
|
94 |
# User input Groq API key
|