QuickLearnerAI commited on
Commit
9163354
·
verified ·
1 Parent(s): edc46ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -134,8 +134,8 @@ with gr.Blocks(title="chatsPDFsupport", theme=gr.themes.Ocean()) as app:
134
  gr.Markdown("Upload a PDF and chat with it using the Llama-3.3-70B model.")
135
 
136
  with gr.Row():
137
- with gr.Column(scale=1)
138
- api_key_input = gr.Textbox(
139
  label="Together API Key",
140
  placeholder="Enter your Together API key here...",
141
  type="password")
 
134
  gr.Markdown("Upload a PDF and chat with it using the Llama-3.3-70B model.")
135
 
136
  with gr.Row():
137
+ with gr.Column(scale=1):
138
+ api_key_input = gr.Textbox(
139
  label="Together API Key",
140
  placeholder="Enter your Together API key here...",
141
  type="password")