Rijgersberg commited on
Commit
130216e
·
verified ·
1 Parent(s): 2c2ec39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -276,7 +276,6 @@ def main() -> None:
276
  rg.init(
277
  api_url=os.getenv("ARGILLA_API_URL"),
278
  api_key=os.getenv("ARGILLA_API_KEY"),
279
- extra_headers={"Authorization": f"Bearer {os.getenv('HF_TOKEN')}"},
280
  )
281
 
282
  fetch_data()
@@ -297,7 +296,7 @@ def main() -> None:
297
  with gr.Blocks(css=css) as demo:
298
  gr.Markdown(
299
  """
300
- # 🗣️ The Prompt Collective Dashboad
301
 
302
  This Gradio dashboard shows the progress of the first "Data is Better Together" initiative to understand and collect good quality and diverse prompt for the OSS AI community.
303
  If you want to contribute to OSS AI, join [the Prompt Collective HF Space](https://huggingface.co/spaces/DIBT/prompt-collective).
 
276
  rg.init(
277
  api_url=os.getenv("ARGILLA_API_URL"),
278
  api_key=os.getenv("ARGILLA_API_KEY"),
 
279
  )
280
 
281
  fetch_data()
 
296
  with gr.Blocks(css=css) as demo:
297
  gr.Markdown(
298
  """
299
+ # 🗣️ TKTKTK The Prompt Collective Dashboad
300
 
301
  This Gradio dashboard shows the progress of the first "Data is Better Together" initiative to understand and collect good quality and diverse prompt for the OSS AI community.
302
  If you want to contribute to OSS AI, join [the Prompt Collective HF Space](https://huggingface.co/spaces/DIBT/prompt-collective).