Spaces:
Running
Running
Sadjad Alikhani
commited on
Update app.py
Browse files
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:alikhani@asu.edu" style="margin-left: 10px;">
|
| 538 |
+
<img src="https://img.shields.io/badge/email-alikhani@asu.edu-blue.svg?logo=gmail" alt="Email">
|
| 539 |
+
</a>
|
| 540 |
+
</div>
|
| 541 |
+
""")
|
| 542 |
|
| 543 |
# Tab for Beam Prediction Task
|
| 544 |
with gr.Tab("Beam Prediction Task"):
|