Update thicc/app.py
Browse files- thicc/app.py +1 -0
thicc/app.py
CHANGED
|
@@ -256,6 +256,7 @@ demo = gr.ChatInterface(
|
|
| 256 |
• Coverage terms: "What is a deductible?" or "Explain coinsurance"
|
| 257 |
• Available services: "What services are available?"
|
| 258 |
""",
|
|
|
|
| 259 |
)
|
| 260 |
|
| 261 |
if __name__ == "__main__":
|
|
|
|
| 256 |
• Coverage terms: "What is a deductible?" or "Explain coinsurance"
|
| 257 |
• Available services: "What services are available?"
|
| 258 |
""",
|
| 259 |
+
chatbot=gr.Chatbot(height="70vh"),
|
| 260 |
)
|
| 261 |
|
| 262 |
if __name__ == "__main__":
|