Spaces:
Sleeping
Sleeping
Update title
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def get_completion(prompt):
|
|
21 |
return output[0]["generated_text"]
|
22 |
|
23 |
def main():
|
24 |
-
st.title('
|
25 |
|
26 |
# Text input
|
27 |
user_input = st.text_area("Enter your prompt:", height=300)
|
|
|
21 |
return output[0]["generated_text"]
|
22 |
|
23 |
def main():
|
24 |
+
st.title('UiA AI Koordinator Llama 3 8b text completion')
|
25 |
|
26 |
# Text input
|
27 |
user_input = st.text_area("Enter your prompt:", height=300)
|