Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ footer = """
|
|
161 |
"""
|
162 |
|
163 |
with gr.Blocks(css=css, theme='freddyaboulton/dracula_revamped') as demo:
|
164 |
-
gr.HTML('<h1 style="text-align: center; font-size: 32px;"><a href="https://github.com/arad1367" target="_blank" style="text-decoration: none; color: #50fa7b;">Multimodal RAG with Image Query - By Pejman Ebrahimi</a></h1>')
|
165 |
gr.HTML(explanation)
|
166 |
pdf_input = gr.File(label="Upload PDF")
|
167 |
query_input = gr.Textbox(label="Enter your query", placeholder="Ask a question about the PDF")
|
|
|
161 |
"""
|
162 |
|
163 |
with gr.Blocks(css=css, theme='freddyaboulton/dracula_revamped') as demo:
|
164 |
+
gr.HTML('<h1 style="text-align: center; font-size: 32px;"><a href="https://github.com/arad1367" target="_blank" style="text-decoration: none; color: #50fa7b;">Multimodal RAG with Image Query - By Pejman Ebrahimi (Please Like the Space)</a></h1>')
|
165 |
gr.HTML(explanation)
|
166 |
pdf_input = gr.File(label="Upload PDF")
|
167 |
query_input = gr.Textbox(label="Enter your query", placeholder="Ask a question about the PDF")
|