zaidmehdi commited on
Commit
490e341
1 Parent(s): 125ea9c

add repo link

Browse files
Files changed (1) hide show
  1. src/main.py +5 -1
src/main.py CHANGED
@@ -59,7 +59,11 @@ with gr.Blocks() as demo:
59
  fn=classify_arabic_dialect,
60
  inputs=input_text,
61
  outputs=[first_country, second_country, third_country])
62
- gr.HTML("<p>Checkout the Github Repo:</p>")
 
 
 
 
63
 
64
 
65
  if __name__ == "__main__":
 
59
  fn=classify_arabic_dialect,
60
  inputs=input_text,
61
  outputs=[first_country, second_country, third_country])
62
+ gr.HTML("""
63
+ <p style="text-align: center;font-size: large;">
64
+ Checkout the <a href="https://github.com/zaidmehdi/arabic-dialect-classifier">Github Repo</a>
65
+ </p>
66
+ """)
67
 
68
 
69
  if __name__ == "__main__":