Update app.py
Browse files
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/
|
| 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 |
"""
|