Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Gradio Example Template
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
@@ -13,12 +13,10 @@ short_description: Example on using Langfuse to trace Gradio applications.
|
|
13 |
|
14 |
# Build a LLM Chat UI with 🤗 Gradio and trace it with 🪢 Langfuse
|
15 |
|
16 |
-
This is a Gradio example template that showcases how to integrate a Gradio application with Langfuse for LLM Observability and Evaluation.
|
17 |
|
18 |
Thank you to [@tkmamidi](https://github.com/tkmamidi) for the original implementation and contributions to this notebook.
|
19 |
|
20 |
-
Have a look at [this integration page](https://langfuse.com/docs/integrations/other/gradio) for a step-by-step explanation of the code.
|
21 |
-
|
22 |
## What is Langfuse?
|
23 |
|
24 |
[Langfuse](https://langfuse.com) is an open-source LLM engineering platform that helps build reliable LLM applications via LLM Application Observability, Evaluation, Experiments, and Prompt Management. See [docs](https://langfuse.com/docs) for more details.
|
|
|
1 |
---
|
2 |
title: Gradio Example Template
|
3 |
+
emoji: 💬
|
4 |
colorFrom: indigo
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
|
|
13 |
|
14 |
# Build a LLM Chat UI with 🤗 Gradio and trace it with 🪢 Langfuse
|
15 |
|
16 |
+
This is a Gradio example template that showcases how to integrate a Gradio application with Langfuse for LLM Observability and Evaluation. Check out [this cookbook](https://langfuse.com/docs/integrations/other/gradio) for a step-by-step explanation of the code.
|
17 |
|
18 |
Thank you to [@tkmamidi](https://github.com/tkmamidi) for the original implementation and contributions to this notebook.
|
19 |
|
|
|
|
|
20 |
## What is Langfuse?
|
21 |
|
22 |
[Langfuse](https://langfuse.com) is an open-source LLM engineering platform that helps build reliable LLM applications via LLM Application Observability, Evaluation, Experiments, and Prompt Management. See [docs](https://langfuse.com/docs) for more details.
|