ningrumdaud commited on
Commit
f64f530
·
verified ·
1 Parent(s): 0645389

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ with gr.Blocks() as demo:
208
  gr.Markdown("⚠️ Feel free to flag me if you find any errors. :)")
209
 
210
  with gr.Column():
211
- gr.Markdown('<p style="text-align: center; ">Demo made with ❤ by P.K. Ningrum (2024) | Contact: panggih_kusuma.ningrum@univ-fcomte.fr</p>')
212
 
213
  if __name__ == "__main__":
214
  demo.launch(show_api=False, share=True)
 
208
  gr.Markdown("⚠️ Feel free to flag me if you find any errors. :)")
209
 
210
  with gr.Column():
211
+ gr.Markdown('<p style="text-align: center; ">Demo made with ❤ by P.K. Ningrum (2024) | Contact: https://ningrumdaud.github.io/ </p>')
212
 
213
  if __name__ == "__main__":
214
  demo.launch(show_api=False, share=True)