Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -268,7 +268,8 @@ def o3_chat(api_key, base_url, question, image):
|
|
| 268 |
def create_demo():
|
| 269 |
with gr.Blocks(title="GPT-4.1 with Python Interpreter", css="div.prose * {color: black !important;}") as demo:
|
| 270 |
gr.Markdown("# GPT-4.1 with Python Interpreter")
|
| 271 |
-
gr.Markdown("
|
|
|
|
| 272 |
|
| 273 |
with gr.Row():
|
| 274 |
with gr.Column(scale=1):
|
|
|
|
| 268 |
def create_demo():
|
| 269 |
with gr.Blocks(title="GPT-4.1 with Python Interpreter", css="div.prose * {color: black !important;}") as demo:
|
| 270 |
gr.Markdown("# GPT-4.1 with Python Interpreter")
|
| 271 |
+
gr.Markdown("### Please do not share to others")
|
| 272 |
+
gr.Markdown("Upload an image and ask a question to get a response with code execution capabilities.")
|
| 273 |
|
| 274 |
with gr.Row():
|
| 275 |
with gr.Column(scale=1):
|