liyaoshi commited on
Commit
3fe70dd
1 Parent(s): 6d95457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -250,6 +250,7 @@ def supabase_fetch_user(user_name):
250
 
251
 
252
  def get_completion(message,history):
 
253
  res = "**Important Announcement:** \n\nThis space is shutting down now. \n\nVisit [chatgpt-4o](https://chatgpt-4o.streamlit.app/) for an improved UI experience and future enhancements."
254
  return res
255
 
@@ -269,12 +270,12 @@ with gr.Blocks(fill_height=True) as demo:
269
  )
270
  gr.LoginButton()
271
 
272
- gr.Markdown("""
273
- ## This space will be shutting down soon. \n\n
274
 
275
- ## Visit [chatgpt-4o](https://chatgpt-4o.streamlit.app/) for an improved UI experience and future enhancements.
276
- """
277
- )
278
  gr.ChatInterface(
279
  get_completion,
280
  multimodal=True,
 
250
 
251
 
252
  def get_completion(message,history):
253
+ print(message)
254
  res = "**Important Announcement:** \n\nThis space is shutting down now. \n\nVisit [chatgpt-4o](https://chatgpt-4o.streamlit.app/) for an improved UI experience and future enhancements."
255
  return res
256
 
 
270
  )
271
  gr.LoginButton()
272
 
273
+ # gr.Markdown("""
274
+ # ## This space will be shutting down soon. \n\n
275
 
276
+ # ## Visit [chatgpt-4o](https://chatgpt-4o.streamlit.app/) for an improved UI experience and future enhancements.
277
+ # """
278
+ # )
279
  gr.ChatInterface(
280
  get_completion,
281
  multimodal=True,