PringlePeanut commited on
Commit
4ef7aa6
·
verified ·
1 Parent(s): cc6649e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(theme=theme) as demo:
149
  gr.Image("Image.png", show_label = False, show_share_button = False, show_download_button = False, height=500, width=500 )
150
  with gr.Row():
151
  with gr.Column():
152
- question = gr.Textbox(label="ׁ ׁ ꥓ ݄ ׁ 𖦹🎀 ׅ 𓈒Your Question⋆𐙚₊˚⊹♡", placeholder="༘⋆🌷🫧What do you Want to ask About?💭₊˚ෆ")
153
  answer = gr.Textbox(label="˚ ༘˚Plai Responseೀ⋆。", placeholder="ೀ🍨‧° 🎀⊹°。♡Plai will Respond Here...", interactive=False, lines=10)
154
  submit_button = gr.Button("˚₊‧꒰აSubmit໒꒱ ‧₊˚")
155
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
 
149
  gr.Image("Image.png", show_label = False, show_share_button = False, show_download_button = False, height=500, width=500 )
150
  with gr.Row():
151
  with gr.Column():
152
+ question = gr.Textbox(label="ׁ ׁ ꥓ ݄ ׁ 𖦹 ׅ 𓈒Your Question⋆𐙚₊˚⊹♡", placeholder="༘⋆🌷🫧What do you Want to ask About?💭₊˚ෆ")
153
  answer = gr.Textbox(label="˚ ༘˚Plai Responseೀ⋆。", placeholder="ೀ🍨‧° 🎀⊹°。♡Plai will Respond Here...", interactive=False, lines=10)
154
  submit_button = gr.Button("˚₊‧꒰აSubmit໒꒱ ‧₊˚")
155
  submit_button.click(fn=query_model, inputs=question, outputs=answer)