Skip to content

Commit

Permalink
Merge pull request #114 from agentcoinorg/evan/update-links-on-app
Browse files Browse the repository at this point in the history
Update links on streamlit app
  • Loading branch information
evangriffiths authored Sep 30, 2024
2 parents 32bdf95 + 96f8603 commit dcf64e4
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 dcf64e4

Please sign in to comment.