awacke1 commited on
Commit
61877a2
·
1 Parent(s): a748c00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -243,7 +243,7 @@ def readitaloud(result):
243
  </html>
244
  '''
245
 
246
- components.html(documentHTML5, width=1280, height=1024)
247
  #return result
248
 
249
  def chat_with_model(prompt, document_section, model_choice='gpt-3.5-turbo'):
 
243
  </html>
244
  '''
245
 
246
+ components.html(documentHTML5, width=800, height=300)
247
  #return result
248
 
249
  def chat_with_model(prompt, document_section, model_choice='gpt-3.5-turbo'):