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

updated description

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"for our other AI works: [{WEBSITE_URL}]({WEBSITE_URL})",
37
  )
38
 
39
  gradio_ui.launch()
 
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()