TiniThingsInc commited on
Commit
c0d22de
·
verified ·
1 Parent(s): 222eca6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.JSON(
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