naman1102 commited on
Commit
93f4872
Β·
1 Parent(s): 995b00d
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +3 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: HF RepoSense
3
- emoji: 🧠
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
@@ -14,7 +14,7 @@ tags:
14
 
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
16
 
17
- # 🧠 HF RepoSense
18
 
19
  **AI-powered HuggingFace repository intelligence**
20
 
 
1
  ---
2
  title: HF RepoSense
3
+ emoji: πŸš€
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
 
14
 
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
16
 
17
+ # πŸš€ HF RepoSense
18
 
19
  **AI-powered HuggingFace repository intelligence**
20
 
app.py CHANGED
@@ -578,7 +578,7 @@ def create_ui() -> gr.Blocks:
578
  font=["Inter", "system-ui", "sans-serif"]
579
  ),
580
  css=css,
581
- title="🧠 HF RepoSense - AI Repository Intelligence"
582
  ) as app:
583
 
584
  # --- State Management ---
@@ -594,7 +594,7 @@ def create_ui() -> gr.Blocks:
594
  """
595
  <div style="text-align: center; padding: 40px 20px; background: rgba(255, 255, 255, 0.1); border-radius: 20px; margin: 20px auto; max-width: 900px; backdrop-filter: blur(10px);">
596
  <h1 style="font-size: 3.5rem; font-weight: 800; margin: 0; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;">
597
- 🧠 HF RepoSense
598
  </h1>
599
  <p style="font-size: 1.3rem; color: rgba(255, 255, 255, 0.9); margin: 16px 0 0 0; font-weight: 400; line-height: 1.6;">
600
  AI-powered HuggingFace repository intelligence
@@ -938,7 +938,7 @@ def create_ui() -> gr.Blocks:
938
  """
939
  <div style="text-align: center; padding: 30px 20px; margin-top: 40px; background: rgba(255, 255, 255, 0.1); border-radius: 16px; backdrop-filter: blur(10px);">
940
  <p style="margin: 0; color: rgba(255, 255, 255, 0.8); font-size: 0.95rem; font-weight: 500;">
941
- 🧠 <span style="background: linear-gradient(45deg, #667eea, #764ba2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700;">HF RepoSense</span> - Powered by
942
  <span style="background: linear-gradient(45deg, #667eea, #764ba2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700;">Gradio</span>
943
  & <span style="background: linear-gradient(45deg, #667eea, #764ba2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700;">Hugging Face</span>
944
  </p>
 
578
  font=["Inter", "system-ui", "sans-serif"]
579
  ),
580
  css=css,
581
+ title="πŸš€ HF RepoSense - AI Repository Intelligence"
582
  ) as app:
583
 
584
  # --- State Management ---
 
594
  """
595
  <div style="text-align: center; padding: 40px 20px; background: rgba(255, 255, 255, 0.1); border-radius: 20px; margin: 20px auto; max-width: 900px; backdrop-filter: blur(10px);">
596
  <h1 style="font-size: 3.5rem; font-weight: 800; margin: 0; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;">
597
+ πŸš€ HF RepoSense
598
  </h1>
599
  <p style="font-size: 1.3rem; color: rgba(255, 255, 255, 0.9); margin: 16px 0 0 0; font-weight: 400; line-height: 1.6;">
600
  AI-powered HuggingFace repository intelligence
 
938
  """
939
  <div style="text-align: center; padding: 30px 20px; margin-top: 40px; background: rgba(255, 255, 255, 0.1); border-radius: 16px; backdrop-filter: blur(10px);">
940
  <p style="margin: 0; color: rgba(255, 255, 255, 0.8); font-size: 0.95rem; font-weight: 500;">
941
+ πŸš€ <span style="background: linear-gradient(45deg, #667eea, #764ba2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700;">HF RepoSense</span> - Powered by
942
  <span style="background: linear-gradient(45deg, #667eea, #764ba2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700;">Gradio</span>
943
  & <span style="background: linear-gradient(45deg, #667eea, #764ba2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700;">Hugging Face</span>
944
  </p>