Kvikontent commited on
Commit
91d8eae
·
verified ·
1 Parent(s): 4da1002

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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