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