Spaces:
Running
Running
Commit ·
ae66542
1
Parent(s): 04f6f00
added product hunt url
Browse files
app.py
CHANGED
|
@@ -24,7 +24,8 @@ with gr.Blocks(css="footer {visibility: hidden}", title="chatWEBPAGE") as demo:
|
|
| 24 |
gr.Examples([
|
| 25 |
"https://www.bbc.com/news/business-64937251",
|
| 26 |
"https://www.ycombinator.com/",
|
| 27 |
-
"https://news.ycombinator.com/"
|
|
|
|
| 28 |
|
| 29 |
chatbot = gr.Chatbot().style(height=150)
|
| 30 |
|
|
|
|
| 24 |
gr.Examples([
|
| 25 |
"https://www.bbc.com/news/business-64937251",
|
| 26 |
"https://www.ycombinator.com/",
|
| 27 |
+
"https://news.ycombinator.com/",
|
| 28 |
+
"https://www.producthunt.com/posts/chatwebpage"], inputs=[url])
|
| 29 |
|
| 30 |
chatbot = gr.Chatbot().style(height=150)
|
| 31 |
|