Update app.py
Browse files
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()
|