Update app.py
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ with col1:
|
|
| 129 |
st.markdown(
|
| 130 |
"""
|
| 131 |
<div class="tooltip">
|
| 132 |
-
<input type="text"
|
| 133 |
<span class="tooltiptext">
|
| 134 |
**How to input your function:**
|
| 135 |
- Use `x` for the variable.
|
|
|
|
| 129 |
st.markdown(
|
| 130 |
"""
|
| 131 |
<div class="tooltip">
|
| 132 |
+
<input type="text" readonly style="border: none; color: transparent; background-color: transparent;">
|
| 133 |
<span class="tooltiptext">
|
| 134 |
**How to input your function:**
|
| 135 |
- Use `x` for the variable.
|