Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,11 +92,11 @@ with gr.Blocks() as demo:
|
|
92 |
height=560,
|
93 |
)
|
94 |
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
|
101 |
with gr.Row():
|
102 |
# Adding a Button
|
|
|
92 |
height=560,
|
93 |
)
|
94 |
|
95 |
+
with gr.Row():
|
96 |
+
# Adding a Textbox with a placeholder "write prompt"
|
97 |
+
prompt = gr.Textbox(
|
98 |
+
placeholder="Ask anything", lines=2, label="Query", value=None, scale = 4
|
99 |
+
)
|
100 |
|
101 |
with gr.Row():
|
102 |
# Adding a Button
|