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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -203,12 +203,12 @@ with gr.Blocks(title="FairFate Embeddings API - Qwen3", theme=gr.themes.Soft())
203
 
204
  with gr.Row():
205
  with gr.Column():
206
- text1 = gr.JSON(
207
  label="First Text",
208
  placeholder="Storm King's Thunder - Giant-themed D&D adventure",
209
  lines=3
210
  )
211
- text2 = gr.JSON(
212
  label="Second Text",
213
  placeholder="Princes of the Apocalypse - Elemental evil campaign",
214
  lines=3
 
203
 
204
  with gr.Row():
205
  with gr.Column():
206
+ text1 = gr.Textbox(
207
  label="First Text",
208
  placeholder="Storm King's Thunder - Giant-themed D&D adventure",
209
  lines=3
210
  )
211
+ text2 = gr.Textbox(
212
  label="Second Text",
213
  placeholder="Princes of the Apocalypse - Elemental evil campaign",
214
  lines=3