rbughao commited on
Commit
da12f9d
·
verified ·
1 Parent(s): a6af339

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def runchecks(message,history):
79
  df_log = pd.DataFrame(results)
80
  return str(df_log)
81
  else:
82
- generate_transparency_links()
83
 
84
  Conversing = gr.ChatInterface(runchecks, chatbot=gr.Chatbot(height=600,label = "Typing 'Run Now' will trigger the speedcheck"), theme=gr.themes.Monochrome(),
85
  title = 'BT ECommerce Sitespeed Checker', description = DEFAULT_SYSTEM_PROMPT, css='footer {visibility: hidden}').launch()
 
79
  df_log = pd.DataFrame(results)
80
  return str(df_log)
81
  else:
82
+ generate_transparency_links(message,history)
83
 
84
  Conversing = gr.ChatInterface(runchecks, chatbot=gr.Chatbot(height=600,label = "Typing 'Run Now' will trigger the speedcheck"), theme=gr.themes.Monochrome(),
85
  title = 'BT ECommerce Sitespeed Checker', description = DEFAULT_SYSTEM_PROMPT, css='footer {visibility: hidden}').launch()