UI changes
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def chat(context, question):
|
|
17 |
screen = gr.Interface(
|
18 |
fn = chat,
|
19 |
inputs = [gr.Textbox(lines = 8, placeholder = "Enter your context here π"), gr.Textbox(lines = 2, placeholder = "Enter your question here π")],
|
20 |
-
outputs = gr.Textbox(lines =
|
21 |
title="Facilitating the QnA with bert-large-uncased-whole-word-masking-finetuned-squad π©π»βπ»πβπ»π‘",
|
22 |
description="This app aims to facilitate the simple QnA with the provided contextπ‘",
|
23 |
theme="soft",
|
|
|
17 |
screen = gr.Interface(
|
18 |
fn = chat,
|
19 |
inputs = [gr.Textbox(lines = 8, placeholder = "Enter your context here π"), gr.Textbox(lines = 2, placeholder = "Enter your question here π")],
|
20 |
+
outputs = gr.Textbox(lines = 14, placeholder = "Your answer will be here soon π"),
|
21 |
title="Facilitating the QnA with bert-large-uncased-whole-word-masking-finetuned-squad π©π»βπ»πβπ»π‘",
|
22 |
description="This app aims to facilitate the simple QnA with the provided contextπ‘",
|
23 |
theme="soft",
|