Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
| 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")
|