Spaces:
Runtime error
Runtime error
Commit ·
e67f916
1
Parent(s): 44731a4
Removes striim logo (#8)
Browse files- Removes striim logo (ce373c9475a9d76acfb11fc42515f0a956bd08f9)
Co-authored-by: Samay gandhi <samayg@users.noreply.huggingface.co>
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=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")
|
|
|
|
| 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")
|