Spaces:
Running
Running
Commit ·
29e5662
1
Parent(s): 6792bf4
label
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def chatbot(input):
|
|
| 46 |
return reply
|
| 47 |
|
| 48 |
with gr.Blocks() as demo:
|
| 49 |
-
url = gr.Textbox(label="Enter
|
| 50 |
save_btn = gr.Button("Save URL")
|
| 51 |
save_btn.click(fn=get_data, inputs=url, outputs=update_button(save_btn))
|
| 52 |
gr.Examples(["https://www.nerdwallet.com/article/travel/how-much-are-my-united-miles-worth",
|
|
|
|
| 46 |
return reply
|
| 47 |
|
| 48 |
with gr.Blocks() as demo:
|
| 49 |
+
url = gr.Textbox(label="Enter a webpage URL to chat about")
|
| 50 |
save_btn = gr.Button("Save URL")
|
| 51 |
save_btn.click(fn=get_data, inputs=url, outputs=update_button(save_btn))
|
| 52 |
gr.Examples(["https://www.nerdwallet.com/article/travel/how-much-are-my-united-miles-worth",
|