msg fix
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as demo:
|
|
80 |
# with gr.Column(scale=0.75):
|
81 |
txt = gr.Textbox(
|
82 |
label="Ask your question here",
|
83 |
-
placeholder="Enter text and press enter
|
84 |
).style(container=False)
|
85 |
|
86 |
# with gr.Column(scale=0.25):
|
|
|
80 |
# with gr.Column(scale=0.75):
|
81 |
txt = gr.Textbox(
|
82 |
label="Ask your question here",
|
83 |
+
placeholder="Enter text and press enter", lines=1
|
84 |
).style(container=False)
|
85 |
|
86 |
# with gr.Column(scale=0.25):
|