bstraehle commited on
Commit
d22e91b
·
1 Parent(s): eefa19c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -55,7 +55,8 @@ def invoke(prompt):
55
 
56
  return completion
57
 
58
- description = "<a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://cloud.google.com/vertex-ai'>Google Vertex AI</a> API with Gemini Pro model."
 
59
 
60
  gr.close_all()
61
 
 
55
 
56
  return completion
57
 
58
+ description = """<a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://cloud.google.com/vertex-ai'>Google Vertex AI</a> API
59
+ with Gemini Pro model."""
60
 
61
  gr.close_all()
62