rasmodev commited on
Commit
dc3fda4
1 Parent(s): 4a2c708

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def power_bi():
163
 
164
  # Embed the Power BI iframe with specified dimensions
165
  power_bi_html = """
166
- <iframe title="Sepsis" width="600" height="373.5" src="https://app.powerbi.com/view?r=eyJrIjoiYWI1NTRiNTgtMzc5Yi00MjUzLTk4YzAtYjFlZTk3ZWUwMjEyIiwidCI6IjQ0ODdiNTJmLWYxMTgtNDgzMC1iNDlkLTNjMjk4Y2I3MTA3NSJ9" frameborder="0" allowFullScreen="true"></iframe>
167
  """
168
 
169
  st.components.v1.html(power_bi_html)
 
163
 
164
  # Embed the Power BI iframe with specified dimensions
165
  power_bi_html = """
166
+ <iframe title="Report Section" width="600" height="373.5" src="https://app.powerbi.com/view?r=eyJrIjoiZDNjMmExZjYtMWU2NS00NTBjLTk4Y2EtYmQ2MWU2OWMwODMyIiwidCI6IjQ0ODdiNTJmLWYxMTgtNDgzMC1iNDlkLTNjMjk4Y2I3MTA3NSJ9" frameborder="0" allowFullScreen="true"></iframe>
167
  """
168
 
169
  st.components.v1.html(power_bi_html)