Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,20 @@
|
|
1 |
---
|
|
|
2 |
title: NexaPrompt
|
3 |
-
emoji: 💻
|
4 |
-
colorFrom: pink
|
5 |
-
colorTo: gray
|
6 |
sdk: gradio
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
license: apache-2.0
|
11 |
-
short_description: Prompt R&D engine
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
title: NexaPrompt
|
|
|
|
|
|
|
4 |
sdk: gradio
|
5 |
+
emoji: 🚀
|
6 |
+
pinned: true
|
7 |
+
short_description: 'A lightweight Gradio Space that helps you craft two‑message '
|
|
|
|
|
8 |
---
|
9 |
+
# Nexa Prompts – JSON Prompt Builder
|
10 |
+
|
11 |
+
A lightweight Gradio Space that helps you craft two‑message JSON bundles:
|
12 |
+
* **System** role – global instructions
|
13 |
+
* **User** role – template (e.g., LaTeX scaffold)
|
14 |
+
|
15 |
+
Features
|
16 |
+
* One‑click removal of `\author{…}` blocks
|
17 |
+
* Topic swap (quickly change “black holes” → any subject)
|
18 |
+
* Pretty‑printed JSON + direct download
|
19 |
|
20 |
+
Licensed under Apache‑2.0. Fork freely and extend!
|