trohith89 commited on
Commit
2d0a6c4
·
verified ·
1 Parent(s): fcf0985

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with col1:
129
  st.markdown(
130
  """
131
  <div class="tooltip">
132
- <input type="text" placeholder="Enter function" 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.
 
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.