Niharmahesh commited on
Commit
fa7427c
1 Parent(s): 86b7527

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,7 +8,7 @@ from numpy.linalg import norm
8
  import matplotlib.pyplot as plt
9
  import os
10
  import base64
11
-
12
  # Function to load the Random Forest model
13
  @st.cache_resource
14
  def load_model():
@@ -94,7 +94,7 @@ def get_binary_file_downloader_html(bin_file, file_label='File'):
94
  return href
95
 
96
  # Streamlit app
97
- st.set_page_config(layout="wide")
98
  st.title("ASL Recognition App")
99
 
100
  # Add README button
 
8
  import matplotlib.pyplot as plt
9
  import os
10
  import base64
11
+ st.set_page_config(layout="wide")
12
  # Function to load the Random Forest model
13
  @st.cache_resource
14
  def load_model():
 
94
  return href
95
 
96
  # Streamlit app
97
+
98
  st.title("ASL Recognition App")
99
 
100
  # Add README button