Update app.py
Browse files
app.py
CHANGED
@@ -332,7 +332,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
|
332 |
).then(
|
333 |
generate_pdf,
|
334 |
[chart_input, analysis_output, persona_dropdown],
|
335 |
-
|
336 |
).then(
|
337 |
upload_to_github,
|
338 |
inputs=gr.Text(visible=False),
|
|
|
332 |
).then(
|
333 |
generate_pdf,
|
334 |
[chart_input, analysis_output, persona_dropdown],
|
335 |
+
gr.Text(visible=False)
|
336 |
).then(
|
337 |
upload_to_github,
|
338 |
inputs=gr.Text(visible=False),
|