Spaces:
Running
Running
Michael Siebenmann commited on
Commit ·
9f703e8
1
Parent(s): 868f27a
change subtitle
Browse files
main.py
CHANGED
|
@@ -387,10 +387,10 @@ def start_frontend(retriever: Retriever, analyzer_type: str, coding_llm, retriev
|
|
| 387 |
<div id="title-area">
|
| 388 |
<div class="title-big">
|
| 389 |
<div class="title-big-name">OGD4ALL</div>
|
| 390 |
-
<div class="title-big-sub">
|
| 391 |
</div>
|
| 392 |
<div class="title-small">
|
| 393 |
-
<h1><b>OGD4All</b>:
|
| 394 |
</div>
|
| 395 |
</div>
|
| 396 |
""")
|
|
|
|
| 387 |
<div id="title-area">
|
| 388 |
<div class="title-big">
|
| 389 |
<div class="title-big-name">OGD4ALL</div>
|
| 390 |
+
<div class="title-big-sub">Zürich Edition</div>
|
| 391 |
</div>
|
| 392 |
<div class="title-small">
|
| 393 |
+
<h1><b>OGD4All</b>: Zürich Edition</h1>
|
| 394 |
</div>
|
| 395 |
</div>
|
| 396 |
""")
|