Spaces:
Running
on
Zero
Running
on
Zero
Update app.py (#14)
Browse files- Update app.py (7b9db736764d9d36879c1506b759f9da3ccc45e3)
app.py
CHANGED
|
@@ -128,8 +128,8 @@ CUSTOM_CSS = "/** Pretty but simple **/\n:root { --radius: 14px; }\n.gradio-cont
|
|
| 128 |
with gr.Blocks(css=CUSTOM_CSS, theme=gr.themes.Soft()) as demo:
|
| 129 |
with gr.Column(elem_id="hdr"):
|
| 130 |
gr.Markdown("""
|
| 131 |
-
# GPT‑OSS
|
| 132 |
-
Provide a **Policy
|
| 133 |
""")
|
| 134 |
|
| 135 |
with gr.Row():
|
|
|
|
| 128 |
with gr.Blocks(css=CUSTOM_CSS, theme=gr.themes.Soft()) as demo:
|
| 129 |
with gr.Column(elem_id="hdr"):
|
| 130 |
gr.Markdown("""
|
| 131 |
+
# Safety GPT‑OSS
|
| 132 |
+
Provide a **Policy** and a **Prompt**.
|
| 133 |
""")
|
| 134 |
|
| 135 |
with gr.Row():
|