kkhushisaid commited on
Commit
50ce453
·
verified ·
1 Parent(s): 2e0ebb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ def transform(le, text):
24
 
25
  def app_design(le):
26
  # Add input fields for High, Open, and Low values
27
- image = 'Ramdevs2'
28
- st.image(image, use_column_width=True)
29
 
30
  st.subheader("Enter the following values:")
31
 
 
24
 
25
  def app_design(le):
26
  # Add input fields for High, Open, and Low values
27
+ # image = 'Ramdevs2'
28
+ # st.image(image, use_column_width=True)
29
 
30
  st.subheader("Enter the following values:")
31