ajeetkumar01 commited on
Commit
6a7dca8
1 Parent(s): 6fcc580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def main():
15
  )
16
 
17
  # App title and description with colorful text
18
- st.title(":paintbrush: Zero-Shot Text Classification")
19
  st.markdown(
20
  """
21
  This app performs zero-shot text classification using the Facebook BART-Large-MNLI model.
 
15
  )
16
 
17
  # App title and description with colorful text
18
+ st.title("Zero-Shot Text Classification")
19
  st.markdown(
20
  """
21
  This app performs zero-shot text classification using the Facebook BART-Large-MNLI model.