Spaces:
Sleeping
Sleeping
minor
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ user_input = st.text_input("Enter text:")
|
|
30 |
|
31 |
|
32 |
if st.button("Submit"):
|
|
|
33 |
st.write("mai print toh ho hi raha hu na bantai")
|
34 |
|
35 |
# Tokenize input and make predictions
|
|
|
30 |
|
31 |
|
32 |
if st.button("Submit"):
|
33 |
+
print("reached")
|
34 |
st.write("mai print toh ho hi raha hu na bantai")
|
35 |
|
36 |
# Tokenize input and make predictions
|