Update app.py
Browse files
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="ೀ🍨‧°
|
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 |
|