Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,6 +49,10 @@ if search_btn:
|
|
49 |
st.header(result2.split()[0], divider='rainbow')
|
50 |
st.caption("reppit.com")
|
51 |
st.text(result2)
|
|
|
|
|
|
|
|
|
52 |
|
53 |
st.caption("That's the end!")
|
54 |
|
|
|
49 |
st.header(result2.split()[0], divider='rainbow')
|
50 |
st.caption("reppit.com")
|
51 |
st.text(result2)
|
52 |
+
|
53 |
+
st.header(result3.split()[0], divider='rainbow')
|
54 |
+
st.caption("llama-answers.com")
|
55 |
+
st.text(result3)
|
56 |
|
57 |
st.caption("That's the end!")
|
58 |
|