Spaces:
Sleeping
Sleeping
updated css
Browse files
app.py
CHANGED
|
@@ -426,14 +426,16 @@ with gr.Blocks(title="ScholarAI Agent", css=custom_css) as demo:
|
|
| 426 |
with gr.Column(scale=3):
|
| 427 |
gr.Markdown("# <span style='font-size: 2.5em'>ScholarAI</span>", elem_classes="title")
|
| 428 |
gr.Markdown("""
|
| 429 |
-
<div class="badges">
|
| 430 |
-
<
|
| 431 |
-
|
| 432 |
-
|
| 433 |
-
|
| 434 |
-
|
|
|
|
|
|
|
| 435 |
</div>
|
| 436 |
-
"""
|
| 437 |
with gr.Column(scale=1):
|
| 438 |
gr.Markdown("<span style='font-size: 0.9em'>by [Vividh Mahajan](https://huggingface.co/Lasdw)</span>", elem_classes="author")
|
| 439 |
|
|
|
|
| 426 |
with gr.Column(scale=3):
|
| 427 |
gr.Markdown("# <span style='font-size: 2.5em'>ScholarAI</span>", elem_classes="title")
|
| 428 |
gr.Markdown("""
|
| 429 |
+
<div class="badges-container">
|
| 430 |
+
<div class="badges">
|
| 431 |
+
<img src="https://img.shields.io/badge/build-passing-brightgreen" alt="Build Status">
|
| 432 |
+
<img src="https://img.shields.io/badge/License-MIT-yellow" alt="License">
|
| 433 |
+
<img src="https://img.shields.io/badge/version-1.0.0-blue" alt="Version">
|
| 434 |
+
<img src="https://img.shields.io/badge/python-3.11-blue" alt="Python">
|
| 435 |
+
<img src="https://img.shields.io/badge/gradio-5.29.1-orange" alt="Gradio">
|
| 436 |
+
</div>
|
| 437 |
</div>
|
| 438 |
+
""")
|
| 439 |
with gr.Column(scale=1):
|
| 440 |
gr.Markdown("<span style='font-size: 0.9em'>by [Vividh Mahajan](https://huggingface.co/Lasdw)</span>", elem_classes="author")
|
| 441 |
|