Rahkakavee Baskaran commited on
Commit
120dad2
·
1 Parent(s): aa68450

add httpx and delete not used packages

Browse files
Files changed (2) hide show
  1. app.py +1 -3
  2. requirements.txt +2 -1
app.py CHANGED
@@ -3,8 +3,6 @@ import streamlit as st
3
  import json
4
  from itertools import islice
5
  from typing import Generator
6
- import plotly.graph_objects as go
7
- from plotly.subplots import make_subplots
8
  import httpx
9
  from plotly import express as px
10
 
@@ -108,6 +106,6 @@ fig.update_layout(
108
  )
109
 
110
 
111
- st.title(" Musterdatenkatalog")
112
 
113
  st.plotly_chart(fig)
 
3
  import json
4
  from itertools import islice
5
  from typing import Generator
 
 
6
  import httpx
7
  from plotly import express as px
8
 
 
106
  )
107
 
108
 
109
+ st.title("Musterdatenkatalog")
110
 
111
  st.plotly_chart(fig)
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  plotly-express
2
- plotly
 
 
1
  plotly-express
2
+ plotly
3
+ httpx