arad1367 commited on
Commit
1c38311
β€’
1 Parent(s): d0f6630

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")