petrojm commited on
Commit
8bb5bf9
1 Parent(s): 2c44136

changes to app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as demo:
57
 
58
  gr.Markdown("Powered by LLama3.1-8B-Instruct on SambaNova Cloud. Get your API key [here](https://cloud.sambanova.ai/apis).")
59
 
60
- api_key = gr.Textbox(label="API Key", type="password", placeholder="(Optional) Enter your API key here for more availability")
61
 
62
  # Step 1: Add PDF file
63
  gr.Markdown("## 1️⃣ Upload PDF")
 
57
 
58
  gr.Markdown("Powered by LLama3.1-8B-Instruct on SambaNova Cloud. Get your API key [here](https://cloud.sambanova.ai/apis).")
59
 
60
+ #api_key = gr.Textbox(label="API Key", type="password", placeholder="(Optional) Enter your API key here for more availability")
61
 
62
  # Step 1: Add PDF file
63
  gr.Markdown("## 1️⃣ Upload PDF")