Update app.py
Browse files
app.py
CHANGED
@@ -327,9 +327,9 @@ with gr.Blocks(css=CSS) as demo:
|
|
327 |
)
|
328 |
|
329 |
with gr.Column() as col:
|
330 |
-
gr.Markdown("## 2.
|
331 |
question = gr.Textbox(
|
332 |
-
label="
|
333 |
placeholder="e.g. What is the invoice number?",
|
334 |
lines=1,
|
335 |
max_lines=1,
|
|
|
327 |
)
|
328 |
|
329 |
with gr.Column() as col:
|
330 |
+
gr.Markdown("## 2. How can I help?")
|
331 |
question = gr.Textbox(
|
332 |
+
label="Ask a questions",
|
333 |
placeholder="e.g. What is the invoice number?",
|
334 |
lines=1,
|
335 |
max_lines=1,
|