richardorama commited on
Commit
0b5bcd1
β€’
1 Parent(s): f54fc6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ if CHAT:
43
  # Call your Summarize function here
44
  chat(CHAT) # Directly pass the your
45
  else:
46
- st.sidebar.button('Summarize Statement', disabled=True)
47
- st.warning('πŸ‘ˆ Please enter Statement!')
48
 
49
 
50
  ################ STATEMENT SUMMARIZATION #################
 
43
  # Call your Summarize function here
44
  chat(CHAT) # Directly pass the your
45
  else:
46
+ st.sidebar.button('Chat Statement', disabled=True)
47
+ st.warning('πŸ‘ˆ Please enter Chat!')
48
 
49
 
50
  ################ STATEMENT SUMMARIZATION #################