MrJShen commited on
Commit
dfffa12
·
1 Parent(s): 1772b07

Update app.py

Browse files

Add "coming soon ... "

Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -104,5 +104,10 @@ if st.session_state.chatgpt:
104
  if st.session_state.hugchat:
105
  st.write("coming soon ...")
106
 
 
 
 
 
 
107
  ### Output section End ###
108
 
 
104
  if st.session_state.hugchat:
105
  st.write("coming soon ...")
106
 
107
+
108
+ st.divider()
109
+
110
+ st.markdown("##### :black[Other NLP servers are coming soon ... ]")
111
+
112
  ### Output section End ###
113