Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as user_story_interface:
|
|
45 |
)
|
46 |
user_story_input = gr.Textbox(
|
47 |
label="Message OntoChat",
|
48 |
-
placeholder="Please type your message here and press
|
49 |
max_lines = 20,
|
50 |
lines = 1
|
51 |
)
|
|
|
45 |
)
|
46 |
user_story_input = gr.Textbox(
|
47 |
label="Message OntoChat",
|
48 |
+
placeholder=""Please type your message here and press Enter to interact with the chatbot:",",
|
49 |
max_lines = 20,
|
50 |
lines = 1
|
51 |
)
|