tommy24 commited on
Commit
86811b2
·
1 Parent(s): 5322db8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  import os
 
3
  from pyrebase import pyrebase
4
  config = {
5
  "apiKey": os.environ.get("key"),
 
1
  import gradio as gr
2
  import os
3
+ import json
4
  from pyrebase import pyrebase
5
  config = {
6
  "apiKey": os.environ.get("key"),