Sadjad Alikhani commited on
Commit
96126a5
·
verified ·
1 Parent(s): 1566ea3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -527,6 +527,18 @@ with gr.Blocks(css="""
527
  }
528
 
529
  """) as demo:
 
 
 
 
 
 
 
 
 
 
 
 
530
 
531
  # Tab for Beam Prediction Task
532
  with gr.Tab("Beam Prediction Task"):
 
527
  }
528
 
529
  """) as demo:
530
+
531
+ # Contact Section
532
+ gr.Markdown("""
533
+ <div style="text-align: center;">
534
+ <a target="_blank" href="https://www.wi-lab.net">
535
+ <img src="https://www.wi-lab.net/wp-content/uploads/2021/08/WI-name.png" alt="Wireless Model" style="height: 30px;">
536
+ </a>
537
+ <a target="_blank" href="mailto:[email protected]" style="margin-left: 10px;">
538
+ <img src="https://img.shields.io/badge/[email protected]?logo=gmail" alt="Email">
539
+ </a>
540
+ </div>
541
+ """)
542
 
543
  # Tab for Beam Prediction Task
544
  with gr.Tab("Beam Prediction Task"):