lara1510 commited on
Commit
253ddc8
1 Parent(s): 3f9ee80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(css=css,theme=gr.themes.Monochrome( primary_hue= gr.themes.colors
50
  pdf_button = gr.Button("Convert")
51
  pdf_output = gr.File(label="PDF")
52
  pdf_button.click(convert_to_pdf, inputs=url_input, outputs=pdf_output)
53
- chat_bot_button = gr.Button("Proceed to ChatBot", link="https://2f6174dacb556ecc75.gradio.live")
54
 
55
 
56
 
 
50
  pdf_button = gr.Button("Convert")
51
  pdf_output = gr.File(label="PDF")
52
  pdf_button.click(convert_to_pdf, inputs=url_input, outputs=pdf_output)
53
+ chat_bot_button = gr.Button("Proceed to ChatBot", link="https://huggingface.co/spaces/lara1510/chatbot")
54
 
55
 
56