Update app.py
Browse files
app.py
CHANGED
@@ -47,11 +47,11 @@ def answer_query(query: str) -> str:
|
|
47 |
# βββ GRADIO UI βββ
|
48 |
iface = gr.Interface(
|
49 |
fn=answer_query,
|
50 |
-
inputs=gr.Textbox(lines=2, placeholder="Type your
|
51 |
outputs=gr.Textbox(label="Answer"),
|
52 |
-
title="π‘
|
53 |
description=(
|
54 |
-
"
|
55 |
)
|
56 |
)
|
57 |
|
|
|
47 |
# βββ GRADIO UI βββ
|
48 |
iface = gr.Interface(
|
49 |
fn=answer_query,
|
50 |
+
inputs=gr.Textbox(lines=2, placeholder="Type your question hereβ¦", label="Question"),
|
51 |
outputs=gr.Textbox(label="Answer"),
|
52 |
+
title="π‘ SpectrumGPT",
|
53 |
description=(
|
54 |
+
"Answer questions on spectrum regulations.\n\n"
|
55 |
)
|
56 |
)
|
57 |
|