aidevhund commited on
Commit
478293f
·
verified ·
1 Parent(s): 689ae36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- None
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),