Spaces:
Running
Running
Jin Zhu
commited on
Commit
·
ed3c3b3
1
Parent(s):
9fb4f5d
Update app.py
Browse files- src/app.py +3 -5
src/app.py
CHANGED
|
@@ -146,7 +146,7 @@ except Exception as e:
|
|
| 146 |
_, col0, _ = st.columns((1, 5, 1))
|
| 147 |
with col0:
|
| 148 |
st.markdown(
|
| 149 |
-
"<h1 style='text-align: center; color: #0072C3;'>Adaptive LLM's Texts Detection</h1>",
|
| 150 |
unsafe_allow_html=True,
|
| 151 |
)
|
| 152 |
|
|
@@ -189,14 +189,12 @@ with col2:
|
|
| 189 |
|
| 190 |
pvalue_ph = st.empty()
|
| 191 |
pvalue_ph.text_input(
|
| 192 |
-
label="
|
| 193 |
value="",
|
| 194 |
disabled=True,
|
| 195 |
-
help="
|
| 196 |
)
|
| 197 |
|
| 198 |
-
st.markdown("---")
|
| 199 |
-
|
| 200 |
# -----------------
|
| 201 |
# Options Section
|
| 202 |
# -----------------
|
|
|
|
| 146 |
_, col0, _ = st.columns((1, 5, 1))
|
| 147 |
with col0:
|
| 148 |
st.markdown(
|
| 149 |
+
"<h1 style='text-align: center; color: #0072C3;'>AdaDetectGPT: Adaptive LLM's Texts Detection</h1>",
|
| 150 |
unsafe_allow_html=True,
|
| 151 |
)
|
| 152 |
|
|
|
|
| 189 |
|
| 190 |
pvalue_ph = st.empty()
|
| 191 |
pvalue_ph.text_input(
|
| 192 |
+
label="p-value",
|
| 193 |
value="",
|
| 194 |
disabled=True,
|
| 195 |
+
help="p-value will appear here after clicking Detect.",
|
| 196 |
)
|
| 197 |
|
|
|
|
|
|
|
| 198 |
# -----------------
|
| 199 |
# Options Section
|
| 200 |
# -----------------
|