Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ with col3:
|
|
| 73 |
if st.button("Corrected Code"):
|
| 74 |
logger.info("User requested code correction.")
|
| 75 |
corrected_code = get_correction_and_comments(code_input)
|
| 76 |
-
gemini_output.
|
| 77 |
|
| 78 |
# Feedback form (outside of the columns, after all content)
|
| 79 |
st.subheader("Feedback")
|
|
|
|
| 73 |
if st.button("Corrected Code"):
|
| 74 |
logger.info("User requested code correction.")
|
| 75 |
corrected_code = get_correction_and_comments(code_input)
|
| 76 |
+
gemini_output.text_area("corrected_code",corrected_code, height=400)
|
| 77 |
|
| 78 |
# Feedback form (outside of the columns, after all content)
|
| 79 |
st.subheader("Feedback")
|