Spaces:
Runtime error
Runtime error
NilsDunlop commited on
Commit ·
be20b66
1
Parent(s): 9d91396
Remove developers temporarily
Browse files
app.py
CHANGED
|
@@ -799,17 +799,6 @@ def create_gradio_interface(rag_model: RAGModel) -> gr.Blocks:
|
|
| 799 |
- Department offerings
|
| 800 |
- Combined course/program information
|
| 801 |
""")
|
| 802 |
-
|
| 803 |
-
# Add styled footer with credits
|
| 804 |
-
gr.Markdown("""
|
| 805 |
-
<div style="text-align: center; margin-top: 20px; padding: 10px; border-top: 1px solid #ddd;">
|
| 806 |
-
<p style="margin: 5px 0;">
|
| 807 |
-
Developed by:
|
| 808 |
-
<a href="https://github.com/NilsDunlop" style="text-decoration: none; color: #2A6BB0;">@NilsDunlop</a> &
|
| 809 |
-
<a href="https://github.com/faerazo" style="text-decoration: none; color: #2A6BB0;">@faerazo</a>
|
| 810 |
-
</p>
|
| 811 |
-
</div>
|
| 812 |
-
""", show_label=False)
|
| 813 |
|
| 814 |
return interface
|
| 815 |
|
|
|
|
| 799 |
- Department offerings
|
| 800 |
- Combined course/program information
|
| 801 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 802 |
|
| 803 |
return interface
|
| 804 |
|