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