Spaces:
Running
Running
Commit ·
ec06302
1
Parent(s): 18e7ac6
;arger chat
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ with gr.Blocks(css="footer {visibility: hidden}", title="ChatWebpage.com") as de
|
|
| 22 |
"https://www.ycombinator.com/",
|
| 23 |
"https://www.producthunt.com/posts/chatwebpage"], inputs=[url])
|
| 24 |
|
| 25 |
-
chatbot = gr.Chatbot().style(height=
|
| 26 |
|
| 27 |
msg = gr.Textbox(label="2. Chat with AI about the webpage")
|
| 28 |
msg.submit(conversation.user, [msg, chatbot], [msg, chatbot]).success(conversation.bot, chatbot, chatbot)
|
|
|
|
| 22 |
"https://www.ycombinator.com/",
|
| 23 |
"https://www.producthunt.com/posts/chatwebpage"], inputs=[url])
|
| 24 |
|
| 25 |
+
chatbot = gr.Chatbot().style(height=150)
|
| 26 |
|
| 27 |
msg = gr.Textbox(label="2. Chat with AI about the webpage")
|
| 28 |
msg.submit(conversation.user, [msg, chatbot], [msg, chatbot]).success(conversation.bot, chatbot, chatbot)
|