Inoob commited on
Commit
744285c
·
verified ·
1 Parent(s): b1af8c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ for x in samples:
77
  # For demonstration purposes, we'll reverse the input as the model output
78
  # Replace this part with your model's actual output
79
  model_output_full = st.text_input("Model Ouput:", "")
80
- if st.Button("Submit"):
81
 
82
  # Extract the text between <back> and </back> tags
83
  tag1 = model_output_full.find("<back>")
 
77
  # For demonstration purposes, we'll reverse the input as the model output
78
  # Replace this part with your model's actual output
79
  model_output_full = st.text_input("Model Ouput:", "")
80
+ if st.button("Submit"):
81
 
82
  # Extract the text between <back> and </back> tags
83
  tag1 = model_output_full.find("<back>")