GreenTeaLatte commited on
Commit
31eb222
·
verified ·
1 Parent(s): 47cda3a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -1
index.html CHANGED
@@ -5,6 +5,11 @@
5
  <title>Presentation</title>
6
  </head>
7
  <body>
8
- <iframe src="https://gamma.app/embed/j6kolyc68d3mesn" style="max-width: 100%; max-height: 100%" allow="fullscreen" title="LangChain Expression Language (LCEL) and Runnable Protocol: A Comprehensive Guide"></iframe>
 
 
 
 
 
9
  </body>
10
  </html>
 
5
  <title>Presentation</title>
6
  </head>
7
  <body>
8
+ <iframe
9
+ src="https://gamma.app/embed/j6kolyc68d3mesn"
10
+ style="width: 100vw; height: 100vh; border: none;"
11
+ allow="fullscreen"
12
+ title="LangChain Expression Language (LCEL) and Runnable Protocol: A Comprehensive Guide">
13
+ </iframe>
14
  </body>
15
  </html>