Skip to content

Commit

Permalink
Update links on streamlit app
Browse files Browse the repository at this point in the history
  • Loading branch information
evangriffiths committed Sep 27, 2024
1 parent 32bdf95 commit 96f8603
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions prediction_prophet/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,18 @@ def research(

with st.sidebar:
st.title('Prediction Prophet')
st.markdown("A web3 agent by [Polywrap](https://www.polywrap.io/)")
st.image('https://raw.githubusercontent.com/polywrap/predictionprophet/main/content/banner_hires.png')
st.markdown("A web3 agent by [Agentcoin](https://www.agentcoin.tv/)")
st.image('https://raw.githubusercontent.com/agentcoinorg/predictionprophet/main/docs/imgs/banner.png')

st.markdown('#')
st.markdown('#')
st.markdown('#')
st.markdown('#')
st.markdown('#')
st.markdown('-------')
st.caption('View the source code on our [github](https://github.com/polywrap/predictionprophet)')
st.caption('Learn more on our [substack](https://blog.polywrap.io/p/prediction-prophet-an-ai-agent-that)')
st.caption('Join our [discord](https://discord.gg/3ebYCjXbg7)')
st.caption('View the source code on our [github](https://github.com/agentcoinorg/predictionprophet)')
st.caption('Learn more on our [substack](https://www.agentcoin.tv/blog/prediction-prophet)')
st.caption('Join our [discord](https://discord.com/invite/6gk85fetcT)')


# TODO: find a better way to clear the history
Expand Down

0 comments on commit 96f8603

Please sign in to comment.