NimaKL commited on
Commit
14090d5
Β·
1 Parent(s): d664d2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ custom_style = """
21
 
22
  # Define a function to generate HTML for embedding the Google Sheets document
23
  def get_sheet_html():
24
- return f'<iframe src="https://docs.google.com/spreadsheets/d/1b2aAZ8ue5NI7hZ-MiNc8y4dFthbrRiXlsaEeYSHgNCM/preview" width="640" height="480"></iframe>'
25
 
26
  io = gr.Interface(
27
  fn=predict,
 
21
 
22
  # Define a function to generate HTML for embedding the Google Sheets document
23
  def get_sheet_html():
24
+ return f'<iframe src="https://docs.google.com/spreadsheets/d/1Cgq9g2H2yXJSbT0ry8Z92b-6oEQwYS8bCt4ioHQ_gy8/edit?usp=drivesdk" width="640" height="480"></iframe>'
25
 
26
  io = gr.Interface(
27
  fn=predict,