Spaces:
Sleeping
Sleeping
Niharmahesh
commited on
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():
|
@@ -85,7 +85,6 @@ def plot_hand_landmarks(landmarks, title):
|
|
85 |
return fig
|
86 |
|
87 |
# Streamlit app
|
88 |
-
st.set_page_config(layout="wide")
|
89 |
st.title("ASL Recognition App")
|
90 |
|
91 |
# Create tabs for different functionalities
|
|
|
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():
|
|
|
85 |
return fig
|
86 |
|
87 |
# Streamlit app
|
|
|
88 |
st.title("ASL Recognition App")
|
89 |
|
90 |
# Create tabs for different functionalities
|