Spaces:
Runtime error
Runtime error
Removes share button
#1
by
samayg
- opened
app.py
CHANGED
|
@@ -94,7 +94,7 @@ CSS ="""
|
|
| 94 |
"""
|
| 95 |
|
| 96 |
with gr.Blocks(theme='nuttea/Softblue', css=CSS) as demo:
|
| 97 |
-
image = gr.Image('image-dark.png', height=47, width=200, show_label=False, show_download_button=False)
|
| 98 |
chatbot = gr.Chatbot(show_label=False, height=300)
|
| 99 |
msg = gr.Textbox(label="Question:")
|
| 100 |
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")
|
|
|
|
| 94 |
"""
|
| 95 |
|
| 96 |
with gr.Blocks(theme='nuttea/Softblue', css=CSS) as demo:
|
| 97 |
+
image = gr.Image('image-dark.png', height=47, width=200, show_label=False, show_download_button=False, show_share_button=False)
|
| 98 |
chatbot = gr.Chatbot(show_label=False, height=300)
|
| 99 |
msg = gr.Textbox(label="Question:")
|
| 100 |
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")
|