Lasdw commited on
Commit
be96311
·
1 Parent(s): 46d99ae

updated css

Browse files
Files changed (1) hide show
  1. app.py +9 -7
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
- <img src="https://img.shields.io/badge/build-passing-brightgreen" alt="Build Status">
431
- <img src="https://img.shields.io/badge/License-MIT-yellow" alt="License">
432
- <img src="https://img.shields.io/badge/version-1.0.0-blue" alt="Version">
433
- <img src="https://img.shields.io/badge/python-3.11-blue" alt="Python">
434
- <img src="https://img.shields.io/badge/gradio-5.29.1-orange" alt="Gradio">
 
 
435
  </div>
436
- """, elem_classes="badges-container")
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