Update app.py
Browse files
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="ׁ ׁ ꥓ ݄ ׁ
|
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)
|