Shafaq25 commited on
Commit
ea77364
·
verified ·
1 Parent(s): 9abb4d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -13,7 +13,7 @@ client = openai.OpenAI(
13
  )
14
 
15
  # -------------------------
16
- # Chat function
17
  # -------------------------
18
  def chat_with_poe(history, message):
19
  """
@@ -47,8 +47,8 @@ def chat_with_poe(history, message):
47
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
48
  gr.Markdown(
49
  """
50
- # 🤖 Tech Buddy AI
51
- Your friendly tech sidekick — here to make tech simple & fun!
52
  Type below to start chatting.
53
  """
54
  )
 
13
  )
14
 
15
  # -------------------------
16
+ # Chat function - Explain this
17
  # -------------------------
18
  def chat_with_poe(history, message):
19
  """
 
47
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
48
  gr.Markdown(
49
  """
50
+ # 🤖 Your title goes here
51
+ Description
52
  Type below to start chatting.
53
  """
54
  )