Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -335,8 +335,8 @@ def get_zip_download_link(zip_file):
|
|
| 335 |
return href
|
| 336 |
|
| 337 |
def main():
|
| 338 |
-
st.title("
|
| 339 |
-
prompt = f"Write
|
| 340 |
example_input = st.text_input("Enter your example text:", value=prompt)
|
| 341 |
if st.button("Run Prompt With Dr Llama"):
|
| 342 |
try:
|
|
|
|
| 335 |
return href
|
| 336 |
|
| 337 |
def main():
|
| 338 |
+
st.title(" DrLlama7B")
|
| 339 |
+
prompt = f"Write ten funny jokes that are tweet length stories that make you laugh. Show as markdown outline with emojis for each."
|
| 340 |
example_input = st.text_input("Enter your example text:", value=prompt)
|
| 341 |
if st.button("Run Prompt With Dr Llama"):
|
| 342 |
try:
|