Spaces:
Sleeping
Sleeping
typo
Browse files
app.py
CHANGED
|
@@ -180,7 +180,7 @@ with st.sidebar:
|
|
| 180 |
|
| 181 |
Example prompts:
|
| 182 |
- Which speaker spoke the most?
|
| 183 |
-
- Give me a list of tags with a hash for SEO based on this transcript
|
| 184 |
''')
|
| 185 |
|
| 186 |
api_key_input = st.text_input(
|
|
|
|
| 180 |
|
| 181 |
Example prompts:
|
| 182 |
- Which speaker spoke the most?
|
| 183 |
+
- Give me a list of tags with a hash for SEO based on this transcript.
|
| 184 |
''')
|
| 185 |
|
| 186 |
api_key_input = st.text_input(
|