Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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,
|