Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -618,7 +618,7 @@ with gr.Blocks(css=custom_css, title="Daten Strukturieren und Analysieren") as d
|
|
618 |
<ol style="padding-left: 2rem; font-size: 1.15rem;">
|
619 |
<li style="margin-bottom: 1.5rem;">
|
620 |
<strong style="color: #2c3e50; font-size: 1.2rem;">Template-Definition</strong>: Sie definieren ein JSON-Template mit den Informationstypen, die Sie extrahieren möchten:
|
621 |
-
<pre style="background: #f5f5f5; padding: 1.2rem; border-radius: 6px; overflow-x: auto; margin: 1rem 0 1.5rem; font-size: 1.1rem;"><code>{"earthquake
|
622 |
</li>
|
623 |
|
624 |
<li style="margin-bottom: 1.5rem;">
|
@@ -635,7 +635,7 @@ with gr.Blocks(css=custom_css, title="Daten Strukturieren und Analysieren") as d
|
|
635 |
|
636 |
<li style="margin-bottom: 1rem;">
|
637 |
<strong style="color: #2c3e50; font-size: 1.2rem;">Strukturierte Ausgabe</strong>: Das Modell füllt das Template mit den extrahierten Informationen:
|
638 |
-
<pre style="background: #f5f5f5; padding: 1.2rem; border-radius: 6px; overflow-x: auto; margin: 1rem 0 1.5rem; font-size: 1.1rem;"><code>{"earthquake
|
639 |
</li>
|
640 |
</ol>
|
641 |
</div>
|
|
|
618 |
<ol style="padding-left: 2rem; font-size: 1.15rem;">
|
619 |
<li style="margin-bottom: 1.5rem;">
|
620 |
<strong style="color: #2c3e50; font-size: 1.2rem;">Template-Definition</strong>: Sie definieren ein JSON-Template mit den Informationstypen, die Sie extrahieren möchten:
|
621 |
+
<pre style="background: #f5f5f5; padding: 1.2rem; border-radius: 6px; overflow-x: auto; margin: 1rem 0 1.5rem; font-size: 1.1rem;"><code>{"What are the earthquake locations": "", "What is the place name in the dateline": ""}</code></pre>
|
622 |
</li>
|
623 |
|
624 |
<li style="margin-bottom: 1.5rem;">
|
|
|
635 |
|
636 |
<li style="margin-bottom: 1rem;">
|
637 |
<strong style="color: #2c3e50; font-size: 1.2rem;">Strukturierte Ausgabe</strong>: Das Modell füllt das Template mit den extrahierten Informationen:
|
638 |
+
<pre style="background: #f5f5f5; padding: 1.2rem; border-radius: 6px; overflow-x: auto; margin: 1rem 0 1.5rem; font-size: 1.1rem;"><code>{"What are the earthquake locations": "Japan, Yokohama", "What is the place name in the dateline": "Tokio"}</code></pre>
|
639 |
</li>
|
640 |
</ol>
|
641 |
</div>
|