jackculpan commited on
Commit
ec06302
·
1 Parent(s): 18e7ac6

;arger chat

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