fadyabila commited on
Commit
6fc1fb5
1 Parent(s): a5f718d

new prediction

Browse files
Files changed (1) hide show
  1. prediction.py +1 -1
prediction.py CHANGED
@@ -263,7 +263,7 @@ def lemmatize_text(text):
263
  return ' '.join(sentence)
264
 
265
  # Define the Streamlit app
266
- def app():
267
  st.title("Restaurant Review Inference")
268
 
269
  # Define the input form
 
263
  return ' '.join(sentence)
264
 
265
  # Define the Streamlit app
266
+ def run():
267
  st.title("Restaurant Review Inference")
268
 
269
  # Define the input form