Edmon02 commited on
Commit
32c2f3c
1 Parent(s): f421284

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ gr.Interface(
53
  gr.components.Textbox(label="Chat Response")
54
  ],
55
  live=True,
56
- title="Chat with PDF content using Anthropic",
57
  description="Upload a .PDF and interactively chat about its content.",
58
  api_name='chat_with_pdf_3' # Changing api_name to avoid conflicts
59
  ).launch()
 
53
  gr.components.Textbox(label="Chat Response")
54
  ],
55
  live=True,
56
+ title=os.getenv("ANTHROPIC_API_KEY")+"Chat with PDF content using Anthropic",
57
  description="Upload a .PDF and interactively chat about its content.",
58
  api_name='chat_with_pdf_3' # Changing api_name to avoid conflicts
59
  ).launch()