MJannik commited on
Commit
8173f88
·
verified ·
1 Parent(s): 932b0dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,8 +37,6 @@ This template will show you how to
37
  2. Add [Langfuse Tracing](https://langfuse.com/docs/tracing) to the chatbot
38
  3. Implement additional Langfuse tracing features used frequently in chat applications: [chat sessions](https://langfuse.com/docs/tracing-features/sessions), [user feedback](https://langfuse.com/docs/scores/user-feedback)
39
 
40
- 🙏 Thank you to [@tkmamidi](https://github.com/tkmamidi) for the original implementation and contributions to this notebook.
41
-
42
  ## Troubleshooting
43
 
44
  1. Make sure your notebook runs locally in app mode using `python app.py`
@@ -46,3 +44,5 @@ This template will show you how to
46
  3. Check Space logs for any Python errors
47
 
48
  For more help, open a support thread on [GitHub discussions](https://langfuse.com/discussions) or [open an issue](https://github.com/langfuse/langfuse/issues).
 
 
 
37
  2. Add [Langfuse Tracing](https://langfuse.com/docs/tracing) to the chatbot
38
  3. Implement additional Langfuse tracing features used frequently in chat applications: [chat sessions](https://langfuse.com/docs/tracing-features/sessions), [user feedback](https://langfuse.com/docs/scores/user-feedback)
39
 
 
 
40
  ## Troubleshooting
41
 
42
  1. Make sure your notebook runs locally in app mode using `python app.py`
 
44
  3. Check Space logs for any Python errors
45
 
46
  For more help, open a support thread on [GitHub discussions](https://langfuse.com/discussions) or [open an issue](https://github.com/langfuse/langfuse/issues).
47
+
48
+ 🙏 Thank you to [@tkmamidi](https://github.com/tkmamidi) for the original implementation and contributions to this notebook.