Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ footer.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq { display: no
|
|
| 19 |
"""
|
| 20 |
|
| 21 |
with gr.Blocks(theme='samayg/StriimTheme', css=CSS) as demo:
|
| 22 |
-
chatbot = gr.Chatbot(show_label=False
|
| 23 |
msg = gr.Textbox(label="Question:")
|
| 24 |
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")
|
| 25 |
submit = gr.Button("Submit", elem_id="submit-button")
|
|
|
|
| 19 |
"""
|
| 20 |
|
| 21 |
with gr.Blocks(theme='samayg/StriimTheme', css=CSS) as demo:
|
| 22 |
+
chatbot = gr.Chatbot(show_label=False)
|
| 23 |
msg = gr.Textbox(label="Question:")
|
| 24 |
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")
|
| 25 |
submit = gr.Button("Submit", elem_id="submit-button")
|