Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ st.text_area(label='Please enter your text here', height=350, value=input_text)
|
|
53 |
|
54 |
# Create the output box
|
55 |
#output=""
|
56 |
-
st.text_area(label="
|
57 |
|
58 |
# Make predictions
|
59 |
#preds = model(input_text)
|
|
|
53 |
|
54 |
# Create the output box
|
55 |
#output=""
|
56 |
+
st.text_area(label="Prediction:", height=350)
|
57 |
|
58 |
# Make predictions
|
59 |
#preds = model(input_text)
|