Commit
·
e3fc509
1
Parent(s):
d796c69
updated
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Prompt And Output Separation Utility
|
2 |
|
3 |
This is a utility that was generated by Claude Anthropic with prompting by me in order to generate a Streamlit Community Cloud utility for automatically separating prompts and outputs when they are recorded together in one continuous string of text.
|
|
|
1 |
+
---
|
2 |
+
title: Prompt & Output Separator
|
3 |
+
short_description: Separates prompts and outputs using GPT 3.5
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: red
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.21.0
|
8 |
+
app_file: app/app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Prompt And Output Separation Utility
|
13 |
|
14 |
This is a utility that was generated by Claude Anthropic with prompting by me in order to generate a Streamlit Community Cloud utility for automatically separating prompts and outputs when they are recorded together in one continuous string of text.
|