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