Spaces:
No application file
No application file
Liss, Alex (NYC-HUG)
commited on
Commit
·
c593a81
1
Parent(s):
dfb4311
updating requirements and remove old git action
Browse files- .github/workflows/update_space.yml +0 -28
- docs/requirements.md +3 -3
.github/workflows/update_space.yml
DELETED
@@ -1,28 +0,0 @@
|
|
1 |
-
name: Run Python script
|
2 |
-
|
3 |
-
on:
|
4 |
-
push:
|
5 |
-
branches:
|
6 |
-
- main
|
7 |
-
|
8 |
-
jobs:
|
9 |
-
build:
|
10 |
-
runs-on: ubuntu-latest
|
11 |
-
|
12 |
-
steps:
|
13 |
-
- name: Checkout
|
14 |
-
uses: actions/checkout@v2
|
15 |
-
|
16 |
-
- name: Set up Python
|
17 |
-
uses: actions/setup-python@v2
|
18 |
-
with:
|
19 |
-
python-version: '3.9'
|
20 |
-
|
21 |
-
- name: Install Gradio
|
22 |
-
run: python -m pip install gradio
|
23 |
-
|
24 |
-
- name: Log in to Hugging Face
|
25 |
-
run: python -c 'import huggingface_hub; huggingface_hub.login(token="${{ secrets.hf_token }}")'
|
26 |
-
|
27 |
-
- name: Deploy to Spaces
|
28 |
-
run: gradio deploy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docs/requirements.md
CHANGED
@@ -362,10 +362,10 @@ Based on a review of the existing codebase and requirements, here's a structured
|
|
362 |
|
363 |
## 11. Feature Work Log
|
364 |
|
365 |
-
### Phase 1, Step 1.2:
|
366 |
|
367 |
#### Objective
|
368 |
-
Implement the
|
369 |
|
370 |
#### Prerequisites
|
371 |
- Access to `schedule_with_result_april_11.csv`
|
@@ -407,7 +407,7 @@ Implement the Team Search feature (Feature 1 from Feature Overview) with focus o
|
|
407 |
- Video preview box
|
408 |
- Use static assets for 49ers first game
|
409 |
- Implement responsive design
|
410 |
-
- **Implementation:** Created a reusable game recap component in `components/game_recap_component.py` that displays team logos, names, scores, and highlights the winning team. The component uses the data from the merged CSV file and applies the 49ers theme styling. The component was integrated into the main Gradio app and tested independently. ❌ What Needs Attention:
|
411 |
|
412 |
5. **Component Testing**
|
413 |
- Add component as first element in Gradio app
|
|
|
362 |
|
363 |
## 11. Feature Work Log
|
364 |
|
365 |
+
### Phase 1, Step 1.2: Game Search Feature Implementation
|
366 |
|
367 |
#### Objective
|
368 |
+
Implement the Game Search feature (Feature 1 from Feature Overview) with focus on game recap display functionality.
|
369 |
|
370 |
#### Prerequisites
|
371 |
- Access to `schedule_with_result_april_11.csv`
|
|
|
407 |
- Video preview box
|
408 |
- Use static assets for 49ers first game
|
409 |
- Implement responsive design
|
410 |
+
- **Implementation:** Created a reusable game recap component in `components/game_recap_component.py` that displays team logos, names, scores, and highlights the winning team. The component uses the data from the merged CSV file and applies the 49ers theme styling. The component was integrated into the main Gradio app and tested independently. ❌ What Needs Attention: remove background color in right-hand video container
|
411 |
|
412 |
5. **Component Testing**
|
413 |
- Add component as first element in Gradio app
|