fschwartzer commited on
Commit
db83371
1 Parent(s): e70454f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -187,7 +187,7 @@ filtered_data['Predicted_target'] = predicted_target
187
 
188
 
189
  # Set custom width for columns
190
- tab1, tab2, tab3= st.tabs(["Mapa", "Planilha", "Análise dos Dados"])
191
 
192
  with tab1:
193
  # Define a PyDeck view state for the initial map view
@@ -399,3 +399,6 @@ with tab3:
399
 
400
  # Display the modified HTML in Streamlit
401
  components.html(profile_html, height=600, scrolling=True)
 
 
 
 
187
 
188
 
189
  # Set custom width for columns
190
+ tab1, tab2, tab3, tab4 = st.tabs(["Mapa", "Planilha", "Análise dos Dados", "Regressão Linear"])
191
 
192
  with tab1:
193
  # Define a PyDeck view state for the initial map view
 
399
 
400
  # Display the modified HTML in Streamlit
401
  components.html(profile_html, height=600, scrolling=True)
402
+
403
+ with tab4:
404
+ st.components.iframe("https://davidsb-rl-2.hf.space")