Spaces:
Sleeping
Sleeping
Rename gradio_app.py to app.py and update README for HF Space
Browse files- README.md +12 -1
- gradio_app.py → app.py +0 -0
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Task Prompting Tool
|
| 2 |
|
| 3 |
A tool designed for project managers and team leaders to generate developer-ready prompts. By providing a task description, specifying a field (e.g., Backend, Frontend), and uploading relevant context files, the underlying LLM (OpenAI or Google Gemini) will construct a comprehensive prompt ready to be handed to developers.
|
|
@@ -39,7 +50,7 @@ You can directly run the Gradio application to access the user interface.
|
|
| 39 |
|
| 40 |
```bash
|
| 41 |
source venv/bin/activate
|
| 42 |
-
python
|
| 43 |
```
|
| 44 |
After executing, an interface will open at `http://127.0.0.1:7860/` by default. You can open your browser to this URL to interact with the Task Prompting Tool.
|
| 45 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Task Prompting
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.0.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Task Prompting Tool
|
| 13 |
|
| 14 |
A tool designed for project managers and team leaders to generate developer-ready prompts. By providing a task description, specifying a field (e.g., Backend, Frontend), and uploading relevant context files, the underlying LLM (OpenAI or Google Gemini) will construct a comprehensive prompt ready to be handed to developers.
|
|
|
|
| 50 |
|
| 51 |
```bash
|
| 52 |
source venv/bin/activate
|
| 53 |
+
python app.py
|
| 54 |
```
|
| 55 |
After executing, an interface will open at `http://127.0.0.1:7860/` by default. You can open your browser to this URL to interact with the Task Prompting Tool.
|
| 56 |
|
gradio_app.py → app.py
RENAMED
|
File without changes
|