Nikhil0987 commited on
Commit
70ca3a7
·
verified ·
1 Parent(s): 5968567

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def save_data():
22
 
23
 
24
 
25
- Uinput = st.textinput()
26
  Output = GenAI.jobhi (uinput)
27
 
28
  Chatlog= {
 
22
 
23
 
24
 
25
+ Uinput = st.text_input()
26
  Output = GenAI.jobhi (uinput)
27
 
28
  Chatlog= {