Tho Tran commited on
Commit
313384f
1 Parent(s): 2773ca1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoTokenizer, AutoConfig
4
  import numpy as np
5
  from scipy.special import softmax
6
  import streamlit as st
7
- st.title("Tho Tran - Milestone1")
8
  # Preprocess text (username and link placeholders)
9
  def preprocess(text):
10
  new_text = []
 
4
  import numpy as np
5
  from scipy.special import softmax
6
  import streamlit as st
7
+ st.title("Tho Tran - Milestone2")
8
  # Preprocess text (username and link placeholders)
9
  def preprocess(text):
10
  new_text = []