mangostin2010 commited on
Commit
ae433ef
1 Parent(s): 129796a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ app = gr.ChatInterface(
42
  fn=chat_with_model,
43
  type="messages", # Ensure compatibility with message history
44
  title="🤖 ChatGPT-4o",
45
- description="Interact with GPT-4 using a sleek chat interface. Type your message below!"
46
  )
47
 
48
  # Launch the app
 
42
  fn=chat_with_model,
43
  type="messages", # Ensure compatibility with message history
44
  title="🤖 ChatGPT-4o",
45
+ description="Interact with GPT-4o without any limitations for free. Type your message below!"
46
  )
47
 
48
  # Launch the app