VenkateshRoshan
commited on
Commit
·
415b084
1
Parent(s):
80463d9
check_1
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
59 |
# )
|
60 |
|
61 |
demo = gr.Interface(
|
62 |
-
chatBox = gr.Chatbot(height=100,
|
63 |
button = gr.Button(label="Enter",type="button")
|
64 |
)
|
65 |
|
|
|
59 |
# )
|
60 |
|
61 |
demo = gr.Interface(
|
62 |
+
chatBox = gr.Chatbot(height=100,placeholder="Type your message here...",label="Chatbot"),
|
63 |
button = gr.Button(label="Enter",type="button")
|
64 |
)
|
65 |
|