leavoigt commited on
Commit
80a32ce
1 Parent(s): fb908cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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"))