PierreBrunelle commited on
Commit
02840b1
·
verified ·
1 Parent(s): 7f1444b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ with gr.Blocks(theme=Monochrome) as demo:
187
  gr.Markdown(
188
  """
189
  <div max-width: 800px; margin: 0 auto;">
190
- <img src="https://raw.githubusercontent.com/pixeltable/pixeltable/main/docs/source/data/pixeltable-logo-large.png" alt="Pixeltable" style="max-width: 200px; margin-bottom: 20px;" />
191
  <h1 style="margin-bottom: 0.5em;">Multi-LLM RAG Benchmark: Document Q&A with Groundtruth Comparison</h1>
192
  </div>
193
  """
 
187
  gr.Markdown(
188
  """
189
  <div max-width: 800px; margin: 0 auto;">
190
+ <img src="https://raw.githubusercontent.com/pixeltable/pixeltable/main/docs/resources/pixeltable-logo-large.png" alt="Pixeltable" style="max-width: 200px; margin-bottom: 20px;" />
191
  <h1 style="margin-bottom: 0.5em;">Multi-LLM RAG Benchmark: Document Q&A with Groundtruth Comparison</h1>
192
  </div>
193
  """