File size: 429 Bytes
2ee8e21 6badab7 2ee8e21 6badab7 2ee8e21 6badab7 | 1 2 3 4 5 6 7 8 9 10 11 12 | import streamlit as st
st.set_page_config(page_title="Ask Impact Theory",
page_icon="data/logos/great_logos.png",
layout="wide",
initial_sidebar_state="collapsed",
menu_items={'Report a bug': "https://www.extremelycoolapp.com/bug"})
st.title("Chat with our crypto agents on Discord!")
st.image('data/logos/great_logo.png', use_column_width=True)
|