formix commited on
Commit
8d4949b
1 Parent(s): 99bf49f
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ def claude_conversation(message, history, api_key, uploaded_file):
67
 
68
  # Create the Gradio interface
69
  with gr.Blocks() as demo:
70
- gr.Markdown("# Claude Legal Document Analyzer")
71
- gr.Markdown("Upload a legal document and ask questions about it.")
72
 
73
  api_key_input = gr.Textbox(label="Enter your Anthropic API key", type="password")
74
  file_upload = gr.File(label="Upload text document", file_types=[".txt"])
 
67
 
68
  # Create the Gradio interface
69
  with gr.Blocks() as demo:
70
+ gr.Markdown("# Claude Prompt Caching Demo")
71
+ gr.Markdown("Upload a lengthy document and ask questions about it.")
72
 
73
  api_key_input = gr.Textbox(label="Enter your Anthropic API key", type="password")
74
  file_upload = gr.File(label="Upload text document", file_types=[".txt"])