Spaces:
Build error
Build error
Cody Jiang commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
import transformers
|
| 3 |
import torch
|
| 4 |
|
| 5 |
-
st.title("Sentiment Analysis App")
|
| 6 |
|
| 7 |
# Set default text
|
| 8 |
default_text = "Cody Jiang is a fantastic student in CS-UY-4613!"
|
|
|
|
| 2 |
import transformers
|
| 3 |
import torch
|
| 4 |
|
| 5 |
+
st.title("Finetuning Sentiment Analysis App")
|
| 6 |
|
| 7 |
# Set default text
|
| 8 |
default_text = "Cody Jiang is a fantastic student in CS-UY-4613!"
|