Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ if st.button("Generate Response", key="manual"):
|
|
148 |
|
149 |
st.subheader("π Prompt")
|
150 |
st.write(prompt)
|
|
|
|
|
151 |
st.subheader("π§ Model Output")
|
152 |
-
st.write(generated_text)
|
153 |
-
st.subheader("βοΈ Response Only")
|
154 |
st.success(response_only)
|
|
|
148 |
|
149 |
st.subheader("π Prompt")
|
150 |
st.write(prompt)
|
151 |
+
#st.subheader("π§ Model Output")
|
152 |
+
#st.write(generated_text)
|
153 |
st.subheader("π§ Model Output")
|
|
|
|
|
154 |
st.success(response_only)
|