Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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>")
|