Spaces:
Sleeping
Sleeping
Niharmahesh
commited on
Commit
•
96faedc
1
Parent(s):
44db7f1
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import pandas as pd
|
|
7 |
from numpy.linalg import norm
|
8 |
import matplotlib.pyplot as plt
|
9 |
import os
|
10 |
-
|
11 |
# Function to load the Random Forest model
|
12 |
@st.cache_resource
|
13 |
def load_model():
|
@@ -99,7 +99,7 @@ def plot_hand_landmarks(landmarks, title):
|
|
99 |
return fig
|
100 |
|
101 |
# Streamlit app
|
102 |
-
|
103 |
st.title("ASL Recognition App")
|
104 |
|
105 |
# Debug information
|
|
|
7 |
from numpy.linalg import norm
|
8 |
import matplotlib.pyplot as plt
|
9 |
import os
|
10 |
+
st.set_page_config(layout="wide")
|
11 |
# Function to load the Random Forest model
|
12 |
@st.cache_resource
|
13 |
def load_model():
|
|
|
99 |
return fig
|
100 |
|
101 |
# Streamlit app
|
102 |
+
|
103 |
st.title("ASL Recognition App")
|
104 |
|
105 |
# Debug information
|