Spaces:
Sleeping
Sleeping
Asankhaya Sharma
commited on
Commit
·
64a1881
1
Parent(s):
fc4600f
update title
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def infer(input_ids, bad_words_ids, max_tokens, temperature, top_k, top_p):
|
|
35 |
default_value = "We are building the world's first"
|
36 |
|
37 |
#prompts
|
38 |
-
st.title("Write with
|
39 |
st.write("This is a LLM that was fine-tuned on a dataset of investment memos to help you generate your next pitch.")
|
40 |
|
41 |
sent = st.text_area("Text", default_value, height = 400)
|
|
|
35 |
default_value = "We are building the world's first"
|
36 |
|
37 |
#prompts
|
38 |
+
st.title("Write with vc.meraGPT.com 🦄")
|
39 |
st.write("This is a LLM that was fine-tuned on a dataset of investment memos to help you generate your next pitch.")
|
40 |
|
41 |
sent = st.text_area("Text", default_value, height = 400)
|