NEXAS commited on
Commit
3956ca0
·
verified ·
1 Parent(s): b660019

Rename ui.py to app.py

Browse files
Files changed (1) hide show
  1. ui.py → app.py +0 -4
ui.py → app.py RENAMED
@@ -43,7 +43,3 @@ if prompt := st.chat_input("What is up?"):
43
  # Add assistant response to chat history
44
  st.session_state.messages.append({"role": "assistant", "content": response})
45
 
46
- # split the salary and define 10% as HRA, 70% as Basic and 20% as Allowance.
47
- # mask the SSN columns as *********1234
48
- # convert the hire date column from string to date time and format it as DD-MON-YYYY
49
- # combine the first name and last name columns
 
43
  # Add assistant response to chat history
44
  st.session_state.messages.append({"role": "assistant", "content": response})
45