Niharmahesh commited on
Commit
060bc0b
·
verified ·
1 Parent(s): 7359cdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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