Allanatrix commited on
Commit
477c8ce
·
verified ·
1 Parent(s): 548eb9e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -9
README.md CHANGED
@@ -1,14 +1,20 @@
1
  ---
 
2
  title: NexaPrompt
3
- emoji: 💻
4
- colorFrom: pink
5
- colorTo: gray
6
  sdk: gradio
7
- sdk_version: 5.34.2
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
11
- short_description: Prompt R&D engine
12
  ---
 
 
 
 
 
 
 
 
 
 
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
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!