chgrdj commited on
Commit
ae18a31
·
verified ·
1 Parent(s): 6432b5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ prompt_prefix = "Is the first domain a typosquat of the second:"
26
 
27
  # Display the non-editable prompt with input fields for the rest
28
  st.markdown("### Prompt")
29
- st.text_area("Prompt", prompt_prefix, height=50, disabled=True)
30
 
31
  # User inputs for dynamic part of the prompt
32
  potential_typosquat = st.text_input("Potential Typosquatted Domain", value="lonlonsoft.com")
 
26
 
27
  # Display the non-editable prompt with input fields for the rest
28
  st.markdown("### Prompt")
29
+ st.text_area("Prompt", prompt_prefix, height=68, disabled=True)
30
 
31
  # User inputs for dynamic part of the prompt
32
  potential_typosquat = st.text_input("Potential Typosquatted Domain", value="lonlonsoft.com")