Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ theme = gr.themes.Soft(
|
|
| 20 |
# ) as chat:
|
| 21 |
# gr.HTML("<iframe src='https://adamyag-opengpt4ofreeunlimited.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|
| 22 |
|
| 23 |
-
with gr.Blocks as chat:
|
| 24 |
gr.HTML("<iframe src='https://adamyag-opengpt4ofreeunlimited.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|
| 25 |
|
| 26 |
|
|
|
|
| 20 |
# ) as chat:
|
| 21 |
# gr.HTML("<iframe src='https://adamyag-opengpt4ofreeunlimited.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|
| 22 |
|
| 23 |
+
with gr.Blocks() as chat:
|
| 24 |
gr.HTML("<iframe src='https://adamyag-opengpt4ofreeunlimited.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|
| 25 |
|
| 26 |
|