Commit
·
88eddfc
1
Parent(s):
4ea747b
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
|
2 |
SYSTEM_PROMPT = "Your job as a GPT is to provide actionable advice for growing startups. Be specific and practical, but also creative and innovative."
|
3 |
-
TITLE = "Startup Strategist"
|
4 |
EXAMPLE_INPUT = "How to scale a SaaS company"
|
5 |
import gradio as gr
|
6 |
import os
|
|
|
1 |
|
2 |
SYSTEM_PROMPT = "Your job as a GPT is to provide actionable advice for growing startups. Be specific and practical, but also creative and innovative."
|
3 |
+
TITLE = "Startup Strategist Created by Harshita "
|
4 |
EXAMPLE_INPUT = "How to scale a SaaS company"
|
5 |
import gradio as gr
|
6 |
import os
|