Emmanuel Frimpong Asante
commited on
Commit
·
96a7d89
1
Parent(s):
4e100a1
"Update space"
Browse filesSigned-off-by: Emmanuel Frimpong Asante <[email protected]>
app.py
CHANGED
@@ -174,8 +174,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="green", neutral_hue="slate")) a
|
|
174 |
submit_button = gr.Button(
|
175 |
"Submit",
|
176 |
variant="primary",
|
177 |
-
elem_id="submit-button"
|
178 |
-
style={"width": "100%", "margin-top": "20px"},
|
179 |
)
|
180 |
submit_button.click(
|
181 |
fn=generate_combined_response,
|
|
|
174 |
submit_button = gr.Button(
|
175 |
"Submit",
|
176 |
variant="primary",
|
177 |
+
elem_id="submit-button"
|
|
|
178 |
)
|
179 |
submit_button.click(
|
180 |
fn=generate_combined_response,
|