Update app.py
Browse files
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
|
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 |
|