isom5240 commited on
Commit
f8707dc
·
verified ·
1 Parent(s): 6754d49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -6,9 +6,7 @@ import torch
6
  import numpy as np
7
 
8
  def main():
9
-
10
-
11
- st.title("yelp2024fall Test")
12
  st.write("Enter a sentence for analysis:")
13
 
14
  user_input = st.text_input("")
 
6
  import numpy as np
7
 
8
  def main():
9
+ st.title("Test finetuned model with Yelp Review")
 
 
10
  st.write("Enter a sentence for analysis:")
11
 
12
  user_input = st.text_input("")