Rubens commited on
Commit
4e3b49d
·
1 Parent(s): 61c75be

closing_app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,4 +170,4 @@ def predict(text):
170
  demo = gr.Interface(fn=predict, inputs=gr.inputs.Textbox(label='CANDIDATE COMPETENCES - Click *Clear* before adding new input'), \
171
  outputs=gr.outputs.Textbox(label='SUGGESTED VACANCIES'),\
172
  css='div {margin-left: auto; margin-right: auto; width: 100%;\
173
- background-image: url("https://drive.google.com/uc?export=view&id=1KNnISAUcvh2Pt08f-EJZJYCIgkrKw3PI"); repeat 0 0;}').launch(share=True)
 
170
  demo = gr.Interface(fn=predict, inputs=gr.inputs.Textbox(label='CANDIDATE COMPETENCES - Click *Clear* before adding new input'), \
171
  outputs=gr.outputs.Textbox(label='SUGGESTED VACANCIES'),\
172
  css='div {margin-left: auto; margin-right: auto; width: 100%;\
173
+ background-image: url("https://drive.google.com/uc?export=view&id=1KNnISAUcvh2Pt08f-EJZJYCIgkrKw3PI"); repeat 0 0;}').launch(share=False)