Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,9 @@ input_text = st.text_area('Please enter your text here')
|
|
54 |
# Make predictions
|
55 |
preds = model(input_text)
|
56 |
|
|
|
|
|
|
|
57 |
# Select lab
|
58 |
#def get_label(prediction_tensor):
|
59 |
# print(prediction_tensor.index("1"))
|
|
|
54 |
# Make predictions
|
55 |
preds = model(input_text)
|
56 |
|
57 |
+
#modelresponse = model_function(input)
|
58 |
+
st.text_area(label ="",value=preds, height =100)
|
59 |
+
|
60 |
# Select lab
|
61 |
#def get_label(prediction_tensor):
|
62 |
# print(prediction_tensor.index("1"))
|