PringlePeanut commited on
Commit
2754d64
·
verified ·
1 Parent(s): edf8eed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks(theme=theme) as demo:
156
  with gr.Row():
157
  with gr.Column():
158
  question = gr.Textbox(label="ׁ ׁ ꥓ ݄ ׁ 𖦹 ׅ 𓈒Your Question⋆𐙚₊˚⊹♡", placeholder="༘⋆🌷🫧What are You Wondering?💭₊˚ෆ")
159
- answer = gr.Textbox(label="˚ ༘˚Plai's Responseೀ⋆。", placeholder="ೀ🍨‧° 🎀⊹°。♡Plai will Respond Here...", interactive=False, lines=17)
160
  submit_button = gr.Button("˚₊‧꒰აAsk Away໒꒱ ‧₊˚")
161
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
162
 
 
156
  with gr.Row():
157
  with gr.Column():
158
  question = gr.Textbox(label="ׁ ׁ ꥓ ݄ ׁ 𖦹 ׅ 𓈒Your Question⋆𐙚₊˚⊹♡", placeholder="༘⋆🌷🫧What are You Wondering?💭₊˚ෆ")
159
+ answer = gr.Textbox(label="˚ ༘˚Plai's Responseೀ⋆。", placeholder="ೀ🍨‧°Plai Your Way Here🎀⊹°。♡", interactive=False, lines=17)
160
  submit_button = gr.Button("˚₊‧꒰აAsk Away໒꒱ ‧₊˚")
161
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
162