am-prototype commited on
Commit
35d662a
1 Parent(s): 2578b80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -11
app.py CHANGED
@@ -5,12 +5,6 @@ demo = gr.Blocks()
5
 
6
  with demo:
7
  big_block = gr.HTML("""
8
- <!DOCTYPE html>
9
- <html lang="en">
10
- <head>
11
- <meta charset="UTF-8">
12
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
13
- <title>Chat-Assistent Prototyp</title>
14
  <style>
15
  body {
16
  display: flex;
@@ -33,7 +27,7 @@ with demo:
33
  }
34
  iframe {
35
  width: 100%;
36
- min-height: 750px;
37
  border: none;
38
  }
39
  @media (max-width: 600px) {
@@ -45,7 +39,7 @@ with demo:
45
  }
46
 
47
  iframe {
48
- padding: 2em;
49
  height: 100%
50
  width: 100%
51
  }
@@ -57,9 +51,6 @@ with demo:
57
  <div id="phone">
58
  <iframe src="https://www.chatbase.co/chatbot-iframe/hf5igEj7UvRUmaXxJXebZ"></iframe>
59
  </div>
60
-
61
- </body>
62
- </html>
63
  """)
64
 
65
  login_user = os.environ['user']
 
5
 
6
  with demo:
7
  big_block = gr.HTML("""
 
 
 
 
 
 
8
  <style>
9
  body {
10
  display: flex;
 
27
  }
28
  iframe {
29
  width: 100%;
30
+ #min-height: 750px;
31
  border: none;
32
  }
33
  @media (max-width: 600px) {
 
39
  }
40
 
41
  iframe {
42
+ #padding: 2em;
43
  height: 100%
44
  width: 100%
45
  }
 
51
  <div id="phone">
52
  <iframe src="https://www.chatbase.co/chatbot-iframe/hf5igEj7UvRUmaXxJXebZ"></iframe>
53
  </div>
 
 
 
54
  """)
55
 
56
  login_user = os.environ['user']