Spaces:
Runtime error
Runtime error
eaglelandsonce
commited on
Commit
•
e81552f
1
Parent(s):
a43ae41
Update app.py
Browse files
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:
|