added press enter to label
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as demo:
|
|
91 |
with gr.Row():
|
92 |
# with gr.Column(scale=0.75):
|
93 |
txt = gr.Textbox(
|
94 |
-
label="Ask your question here",
|
95 |
placeholder="Enter text and press enter", lines=1
|
96 |
).style(container=False)
|
97 |
|
|
|
91 |
with gr.Row():
|
92 |
# with gr.Column(scale=0.75):
|
93 |
txt = gr.Textbox(
|
94 |
+
label="Ask your question here and press enter",
|
95 |
placeholder="Enter text and press enter", lines=1
|
96 |
).style(container=False)
|
97 |
|