JBHF commited on
Commit
224756c
1 Parent(s): cb49343

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ while True:
266
  key = f"input_{i}"
267
  # text_input = st.text_input(f"Enter value for {item}", key=key)
268
  # Access the value directly
269
- print(f"Value for {item}: {text_input}")
270
 
271
  i=i+1
272
 
 
266
  key = f"input_{i}"
267
  # text_input = st.text_input(f"Enter value for {item}", key=key)
268
  # Access the value directly
269
+ print(f"Value for key: {key}")
270
 
271
  i=i+1
272