Spaces:
Sleeping
Sleeping
Update to test context
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ pipe = pipeline("text-generation")
|
|
| 7 |
|
| 8 |
st.title("Adrega AI Help")
|
| 9 |
#dataset = load_dataset("andreska/adregadocs", split="test")
|
| 10 |
-
context = "Adrega is a very cool company, that implements AI" #dataset[0]["text"]
|
| 11 |
|
| 12 |
user_input = st.text_input('Ask me a question')
|
| 13 |
if st.button("Submit"):
|
|
|
|
| 7 |
|
| 8 |
st.title("Adrega AI Help")
|
| 9 |
#dataset = load_dataset("andreska/adregadocs", split="test")
|
| 10 |
+
context = "Adrega is a very cool company, that implements AI. Rett fra Rio is a company that specializes in body waxing and is owned by Cintia" #dataset[0]["text"]
|
| 11 |
|
| 12 |
user_input = st.text_input('Ask me a question')
|
| 13 |
if st.button("Submit"):
|