Spaces:
Runtime error
Runtime error
Commit
•
876efb6
1
Parent(s):
939c961
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def read_next_event():
|
|
51 |
|
52 |
with gr.Blocks() as demo:
|
53 |
argilla_server = client.http_client.base_url
|
54 |
-
gr.Markdown("## Argilla
|
55 |
gr.Markdown(f"""
|
56 |
This demo shows the incoming events from the [Argilla Server]({argilla_server}).
|
57 |
|
|
|
51 |
|
52 |
with gr.Blocks() as demo:
|
53 |
argilla_server = client.http_client.base_url
|
54 |
+
gr.Markdown("## Argilla Webhooks")
|
55 |
gr.Markdown(f"""
|
56 |
This demo shows the incoming events from the [Argilla Server]({argilla_server}).
|
57 |
|