eaglelandsonce commited on
Commit
e81552f
1 Parent(s): a43ae41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -2,6 +2,9 @@ import streamlit as st
2
  import json
3
  import matplotlib.pyplot as plt
4
 
 
 
 
5
  # Function to load and parse the JSON data
6
  def load_data(filename):
7
  with open(filename, 'r') as file:
 
2
  import json
3
  import matplotlib.pyplot as plt
4
 
5
+ st.set_page_config(layout="wide")
6
+
7
+
8
  # Function to load and parse the JSON data
9
  def load_data(filename):
10
  with open(filename, 'r') as file: