rohan13 commited on
Commit
151932e
1 Parent(s): 12163f7

added press enter to label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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