leavoigt commited on
Commit
88b3ccc
1 Parent(s): 08221af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Output Data:", value=output, height=350)
57
 
58
  # Make predictions
59
  preds = model(input_text)
@@ -67,5 +67,5 @@ preds = model(input_text)
67
  #key = prediction_tensor.index(1)
68
  #return group_dict[key]
69
 
70
- st.write(preds)
71
  #st.text(get_label(preds))
 
53
 
54
  # Create the output box
55
  #output=""
56
+ st.text_area(label="Output Data:", height=350)
57
 
58
  # Make predictions
59
  preds = model(input_text)
 
67
  #key = prediction_tensor.index(1)
68
  #return group_dict[key]
69
 
70
+ #st.write(preds)
71
  #st.text(get_label(preds))