Eitan177's picture
Create app.py
a85240e
raw
history blame
300 Bytes
import streamlit as st
from perplexity import Perplexity
mm=list()
perplexity = Perplexity()
answer1 = perplexity.search("What is the meaning of life?")
answer2 = perplexity.search("how do i live a good life?")
mm.append(answer1)
mm.append(answer2)
for a in answer:
st.write(a)
perplexity.close()