Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -162,7 +162,7 @@ with gr.Blocks(title="FairFate Embeddings API - Qwen3", theme=gr.themes.Soft())
|
|
| 162 |
|
| 163 |
with gr.Row():
|
| 164 |
with gr.Column():
|
| 165 |
-
input_text = gr.
|
| 166 |
label="Input Texts (one per line)",
|
| 167 |
placeholder="Example:\nStorm King's Thunder - Epic D&D 5E adventure\nCurse of Strahd - Gothic horror campaign\nPathfinder 2E Core Rulebook",
|
| 168 |
lines=8
|
|
|
|
| 162 |
|
| 163 |
with gr.Row():
|
| 164 |
with gr.Column():
|
| 165 |
+
input_text = gr.Textbox(
|
| 166 |
label="Input Texts (one per line)",
|
| 167 |
placeholder="Example:\nStorm King's Thunder - Epic D&D 5E adventure\nCurse of Strahd - Gothic horror campaign\nPathfinder 2E Core Rulebook",
|
| 168 |
lines=8
|