Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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():
|