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