hruday96 commited on
Commit
244bb6f
Β·
verified Β·
1 Parent(s): 282d234

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ if st.button("Enhance Prompt"):
72
 
73
  # πŸ“Œ Display Enhanced Prompt in a Larger Text Box
74
  st.subheader("πŸ”Ή Enhanced Prompt:")
75
- st.text_area(" ", value=enhanced_prompt, ) # Bigger text box
76
 
77
  except Exception as e:
78
  st.error(f"❌ Error: {str(e)}")
 
72
 
73
  # πŸ“Œ Display Enhanced Prompt in a Larger Text Box
74
  st.subheader("πŸ”Ή Enhanced Prompt:")
75
+ st.text_area(" ", value=enhanced_prompt, height=450 ) # Bigger text box
76
 
77
  except Exception as e:
78
  st.error(f"❌ Error: {str(e)}")