allyyy commited on
Commit
355f184
·
verified ·
1 Parent(s): 3dc51fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -110,6 +110,8 @@ def query_model(question):
110
  response = generate_response(question, relevant_segment)
111
  return response
112
 
 
 
113
 
114
  theme = gr.themes.Default(
115
  primary_hue="neutral",
 
110
  response = generate_response(question, relevant_segment)
111
  return response
112
 
113
+ welcome_message = ""
114
+ topics = ""
115
 
116
  theme = gr.themes.Default(
117
  primary_hue="neutral",