Spaces:
Runtime error
Runtime error
mobixconsulting
commited on
Commit
•
a1dbebf
1
Parent(s):
74c3843
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ qa = ConversationalRetrievalChain.from_llm(OpenAI(temperature=1), retriever)
|
|
39 |
import gradio as gr
|
40 |
|
41 |
with gr.Blocks() as demo:
|
42 |
-
img1 = gr.Image("
|
43 |
img1.css = "max-width: 200px; max-height: 200px; display: block; margin: 0 auto;"
|
44 |
gr.Markdown(
|
45 |
"""
|
|
|
39 |
import gradio as gr
|
40 |
|
41 |
with gr.Blocks() as demo:
|
42 |
+
img1 = gr.Image("logoalfa.jpeg")
|
43 |
img1.css = "max-width: 200px; max-height: 200px; display: block; margin: 0 auto;"
|
44 |
gr.Markdown(
|
45 |
"""
|