diegocp01 commited on
Commit
74caf6d
·
verified ·
1 Parent(s): 8788a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def respond(message, chat_history):
33
  # Create a Gradio Blocks interface
34
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
35
  gr.Markdown("# Chat with GPT-4.5")
36
- gr.Markdown("Ask anything to gpt-4.5-preview-2025-02-27 model")
37
 
38
  chatbot = gr.Chatbot()
39
  with gr.Row():
 
33
  # Create a Gradio Blocks interface
34
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
35
  gr.Markdown("# Chat with GPT-4.5")
36
+ gr.Markdown("Ask anything to gpt-4.5-preview-2025-02-27 model. Made by: @diegocabezas01 [@diegocabezas01](https://x.com/diegocabezas01) on X (prev. Twitter)")
37
 
38
  chatbot = gr.Chatbot()
39
  with gr.Row():