limitus / src /app2.py
JPBianchi's picture
Basic app with Litimus banner
6badab7
Raw
History Blame Contribute Delete
429 Bytes
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)