Spaces:
Runtime error
Runtime error
File size: 416 Bytes
eda3576 46ebf5d eda3576 46ebf5d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
import streamlit
import page_symbol_details
# test
import calculator
from scipy.io import wavfile
import ui
from plotly.subplots import make_subplots
import plotly.graph_objects as go
import numpy as np
from streamlit_plotly_events import plotly_events
import plotly.express as px
import streamlit as st
# test end
if __name__ == '__main__':
st.set_page_config(layout="wide")
page_symbol_details.run()
|