valiant21 commited on
Commit
21375d0
·
verified ·
1 Parent(s): 823f75c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.write(corrected_code, language="python")
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")