elismasilva commited on
Commit
a292331
Β·
1 Parent(s): 8423bed

update readme.md

Browse files
Files changed (2) hide show
  1. README.md +3 -2
  2. app.py +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ tags:
24
 
25
  # πŸ“Š GitRepo Inspector: Dashboard & AI Assistant
26
 
27
- **An interactive dashboard and AI assistant for GitHub issue triage & management**
28
 
29
  [![MCP's 1st Birthday Hackathon](https://img.shields.io/badge/MCP%27s%201st%20Birthday-Hackathon-blue)](https://huggingface.co/MCP-1st-Birthday)
30
  [![Powered by Gradio](https://img.shields.io/badge/Powered%20by-Gradio-orange)](https://gradio.app/)
@@ -55,7 +55,8 @@ This Dashboard is the **command center** for the GitRepo Inspector ecosystem. It
55
 
56
  - **🧠 Live Demo (Dashboard & Agent)**: [GitRepo-Inspector-Dashboard Space](https://huggingface.co/spaces/MCP-1st-Birthday/gitrepo_inspector_dashboard)
57
  - **πŸ› οΈ MCP Server (Track 1)**: [GitRepo-Inspector-MCP Space](https://huggingface.co/spaces/MCP-1st-Birthday/gitrepo_inspector_mcp)
58
- - **🎬 Video Demo**: [Watch on YouTube](https://www.youtube.com/playlist?list=PLnDveGBcP8C5A_37nhr0oNUxVPlgmhZaa)
 
59
 
60
  ### Join the Conversation
61
  - **[LinkedIn post]**: [View on LinkedIn](https://www.linkedin.com/posts/elismasilva_mcpsfirstbirthdayhackathon-gradiohackathon-activity-7396911353602400256-PEk6?utm_source=share&utm_medium=member_desktop&rcm=ACoAAARdvBoBOi8NC3UXuKIGEUImbEK50Lgwp6E)
 
24
 
25
  # πŸ“Š GitRepo Inspector: Dashboard & AI Assistant
26
 
27
+ **An Autonomous Ecosystem for GitHub Issue Management**
28
 
29
  [![MCP's 1st Birthday Hackathon](https://img.shields.io/badge/MCP%27s%201st%20Birthday-Hackathon-blue)](https://huggingface.co/MCP-1st-Birthday)
30
  [![Powered by Gradio](https://img.shields.io/badge/Powered%20by-Gradio-orange)](https://gradio.app/)
 
55
 
56
  - **🧠 Live Demo (Dashboard & Agent)**: [GitRepo-Inspector-Dashboard Space](https://huggingface.co/spaces/MCP-1st-Birthday/gitrepo_inspector_dashboard)
57
  - **πŸ› οΈ MCP Server (Track 1)**: [GitRepo-Inspector-MCP Space](https://huggingface.co/spaces/MCP-1st-Birthday/gitrepo_inspector_mcp)
58
+ - **🎬 Track 2 Video Demo**: [Watch on YouTube](https://youtu.be/manaQJsoQYw)
59
+ - **🎬 Video Solution Playlist**: [Watch on YouTube](https://www.youtube.com/playlist?list=PLnDveGBcP8C5A_37nhr0oNUxVPlgmhZaa)
60
 
61
  ### Join the Conversation
62
  - **[LinkedIn post]**: [View on LinkedIn](https://www.linkedin.com/posts/elismasilva_mcpsfirstbirthdayhackathon-gradiohackathon-activity-7396911353602400256-PEk6?utm_source=share&utm_medium=member_desktop&rcm=ACoAAARdvBoBOi8NC3UXuKIGEUImbEK50Lgwp6E)
app.py CHANGED
@@ -734,7 +734,7 @@ with gr.Blocks(title="GitRepo Inspector", theme=theme, css=css_code, head=APP_HE
734
  chatbot = gr.Chatbot(
735
  elem_classes="chatbot-container",
736
  type="messages",
737
- height=700,
738
  show_label=False,
739
  show_copy_button=True,
740
  avatar_images=(
 
734
  chatbot = gr.Chatbot(
735
  elem_classes="chatbot-container",
736
  type="messages",
737
+ height=500,
738
  show_label=False,
739
  show_copy_button=True,
740
  avatar_images=(