Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -243,7 +243,7 @@ def readitaloud(result):
|
|
243 |
</html>
|
244 |
'''
|
245 |
|
246 |
-
components.html(documentHTML5, width=
|
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'):
|