awacke1 commited on
Commit
9083192
1 Parent(s): 09503ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  import plotly.express as px
4
 
5
  # Set page title
6
- st.set_page_config(page_title="d100 Dice Roll Treemap Chart")
7
 
8
  # Define function to roll a d100 dice
9
  def roll_dice():
 
3
  import plotly.express as px
4
 
5
  # Set page title
6
+ st.set_page_config(page_title="Dice-Roll-Treemap-Plotly - d100 Dice Roll Treemap Chart")
7
 
8
  # Define function to roll a d100 dice
9
  def roll_dice():