stzhao commited on
Commit
86316be
·
verified ·
1 Parent(s): cf8a780

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,7 +258,7 @@ def o3_chat(api_key, base_url, question, image):
258
  # Gradio界面
259
  def create_demo():
260
  with gr.Blocks(title="GPT-4.1 with Python Interpreter", css="div.prose * {color: black !important;}") as demo:
261
- gr.Markdown("# O3 Visual Python Interpreter")
262
  gr.Markdown("Upload an image and ask a question to get a response with code execution capabilities.")
263
 
264
  with gr.Row():
 
258
  # Gradio界面
259
  def create_demo():
260
  with gr.Blocks(title="GPT-4.1 with Python Interpreter", css="div.prose * {color: black !important;}") as demo:
261
+ gr.Markdown("# GPT-4.1 with Python Interpreter")
262
  gr.Markdown("Upload an image and ask a question to get a response with code execution capabilities.")
263
 
264
  with gr.Row():