Spaces:
Runtime error
Runtime error
Update app.py
#4
by
samayg
- opened
app.py
CHANGED
|
@@ -96,7 +96,7 @@ footer.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq { display: no
|
|
| 96 |
"""
|
| 97 |
|
| 98 |
with gr.Blocks(theme='samayg/StriimTheme', css=CSS) as demo:
|
| 99 |
-
image = gr.Image('striim-logo-light.png', height=
|
| 100 |
chatbot = gr.Chatbot(show_label=False, height=300)
|
| 101 |
msg = gr.Textbox(label="Question:")
|
| 102 |
examples = gr.Examples(examples=[['What\'s new in Striim version 4.2.0?'], ['My Striim application keeps crashing. What should I do?'], ['How can I improve Striim performance?'], ['It says could not connect to source or target. What should I do?']], inputs=msg, label="Examples")
|
|
|
|
| 96 |
"""
|
| 97 |
|
| 98 |
with gr.Blocks(theme='samayg/StriimTheme', css=CSS) as demo:
|
| 99 |
+
image = gr.Image('striim-logo-light.png', height=68, width=200, show_label=False, show_download_button=False, show_share_button=False)
|
| 100 |
chatbot = gr.Chatbot(show_label=False, height=300)
|
| 101 |
msg = gr.Textbox(label="Question:")
|
| 102 |
examples = gr.Examples(examples=[['What\'s new in Striim version 4.2.0?'], ['My Striim application keeps crashing. What should I do?'], ['How can I improve Striim performance?'], ['It says could not connect to source or target. What should I do?']], inputs=msg, label="Examples")
|