Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ st.text_area(label='Please enter your text here', height=350, value=input_text)
|
|
56 |
st.text_area(label="Output Data:", height=350)
|
57 |
|
58 |
# Make predictions
|
59 |
-
preds = model(input_text)
|
60 |
|
61 |
#modelresponse = model_function(input)
|
62 |
#st.text_area(label ="",value=preds, height =100)
|
|
|
56 |
st.text_area(label="Output Data:", height=350)
|
57 |
|
58 |
# Make predictions
|
59 |
+
#preds = model(input_text)
|
60 |
|
61 |
#modelresponse = model_function(input)
|
62 |
#st.text_area(label ="",value=preds, height =100)
|