jchauhan commited on
Commit
0e23a3c
·
1 Parent(s): 0b98319
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import gradio as gr
3
  import instrumentation
4
 
5
- instrumentation.init("llm-chat-app")
6
 
7
  from langchain.globals import set_debug
8
  from langchain_core.prompts import ChatPromptTemplate
 
2
  import gradio as gr
3
  import instrumentation
4
 
5
+ instrumentation.init("demo-chat-gpt")
6
 
7
  from langchain.globals import set_debug
8
  from langchain_core.prompts import ChatPromptTemplate