AdamyaG commited on
Commit
8afa015
1 Parent(s): 62c47ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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