bhargavirengarajan21 commited on
Commit
c736c9b
·
1 Parent(s): 03c00e0

Fix the app.py error

Browse files
Files changed (1) hide show
  1. README.md +9 -18
README.md CHANGED
@@ -3,7 +3,9 @@ title: git-commit-at
3
  emoji: 🤖
4
  colorFrom: blue
5
  colorTo: indigo
6
- sdk: static
 
 
7
  pinned: false
8
  ---
9
 
@@ -32,10 +34,9 @@ This monorepo contains multiple projects for generating and managing git commits
32
 
33
  **Quick start:**
34
  ```bash
35
- cd git-commit-at
36
- npm install
37
- npm start
38
- git-commit-at
39
  ```
40
 
41
  **Features:**
@@ -71,22 +72,12 @@ git-commit-app/
71
  ### Prerequisites
72
 
73
  - Docker & Docker Compose
74
- - Node.js 18+ (for development)
75
- - Git
76
 
77
  ### Installation
78
 
79
  ```bash
80
- # Clone the repo
81
- git clone https://huggingface.co/spaces/build-small-hackathon/git-commit-app
82
- cd git-commit-app
83
-
84
- # Navigate to the project you want to use
85
- cd git-commit-at
86
-
87
- # Install and run
88
- npm install
89
- npm start
90
  ```
91
 
92
  ### First Use
@@ -96,7 +87,7 @@ npm start
96
  git add .
97
 
98
  # Generate commit message
99
- git-commit-at
100
 
101
  # Follow the interactive prompts
102
  # - Log in or register
 
3
  emoji: 🤖
4
  colorFrom: blue
5
  colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: "6.17.3"
8
+ app_file: app.py
9
  pinned: false
10
  ---
11
 
 
34
 
35
  **Quick start:**
36
  ```bash
37
+ npm install -g git-commit-at
38
+ git add .
39
+ git commit-at
 
40
  ```
41
 
42
  **Features:**
 
72
  ### Prerequisites
73
 
74
  - Docker & Docker Compose
75
+ - Node.js 18+
 
76
 
77
  ### Installation
78
 
79
  ```bash
80
+ npm install -g git-commit-at
 
 
 
 
 
 
 
 
 
81
  ```
82
 
83
  ### First Use
 
87
  git add .
88
 
89
  # Generate commit message
90
+ git commit-at
91
 
92
  # Follow the interactive prompts
93
  # - Log in or register