yavuzkomecoglu commited on
Commit
1d2f10c
1 Parent(s): 6d24ead

updated desc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ gradio_ui = gr.Interface(
33
  gr.outputs.Textbox(label="News Category Score"),
34
  ],
35
  theme="huggingface",
36
- article=f"<p style='text-align: center'>for our other AI works: [{WEBSITE_URL}]({WEBSITE_URL})</br><a href='https://twitter.com/KodiksBilisim' target='_blank'>Contact us</a></p>",
37
  )
38
 
39
  gradio_ui.launch()
 
33
  gr.outputs.Textbox(label="News Category Score"),
34
  ],
35
  theme="huggingface",
36
+ article="<p style='text-align: center'>for our other AI works: <a href='https://www.kodiks.com/ai_solutions.html' target='_blank'>https://www.kodiks.com/ai_solutions.html</a> | <a href='https://twitter.com/KodiksBilisim' target='_blank'>Contact us</a></p>",
37
  )
38
 
39
  gradio_ui.launch()