Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(theme='gradio/soft', css=custom_css) as demo:
|
|
106 |
|
107 |
with gr.Column(scale=2):
|
108 |
output = gr.Textbox(label="Result", lines=5, max_lines=20)
|
109 |
-
prompt = gr.Textbox(label="Enter your Prompt here", max_lines=20
|
110 |
|
111 |
with gr.Row():
|
112 |
generate_btn = gr.Button("Generate Answer", variant="primary", size="sm")
|
|
|
106 |
|
107 |
with gr.Column(scale=2):
|
108 |
output = gr.Textbox(label="Result", lines=5, max_lines=20)
|
109 |
+
prompt = gr.Textbox(label="Enter your Prompt here", max_lines=20)
|
110 |
|
111 |
with gr.Row():
|
112 |
generate_btn = gr.Button("Generate Answer", variant="primary", size="sm")
|