stzhao commited on
Commit
de25929
·
verified ·
1 Parent(s): 0ee054b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,7 +256,7 @@ def o3_chat(api_key, base_url, question, image):
256
 
257
  # Gradio界面
258
  def create_demo():
259
- with gr.Blocks(css="footer {visibility: hidden}") as demo:
260
  gr.Markdown("# O3 Visual Python Interpreter")
261
  gr.Markdown("Upload an image and ask a question to get a response with code execution capabilities.")
262
 
 
256
 
257
  # Gradio界面
258
  def create_demo():
259
+ with gr.Blocks(title="GPT Vision Python Tool Agent") as demo:
260
  gr.Markdown("# O3 Visual Python Interpreter")
261
  gr.Markdown("Upload an image and ask a question to get a response with code execution capabilities.")
262