Vera-ZWY commited on
Commit
028cea4
·
verified ·
1 Parent(s): 3810f17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -38,8 +38,7 @@ def stream_chat_with_rag(
38
 
39
  def heatmap(top_n):
40
  fig = client.predict(
41
- query= top_n,
42
- election_year=client_name,
43
  api_name="/heatmap"
44
  )
45
  return fig
 
38
 
39
  def heatmap(top_n):
40
  fig = client.predict(
41
+ top_n= top_n,
 
42
  api_name="/heatmap"
43
  )
44
  return fig