Update app.py
Browse files
app.py
CHANGED
|
@@ -285,7 +285,7 @@ def reset():
|
|
| 285 |
#bethecloud/storj_theme
|
| 286 |
#gradio/soft
|
| 287 |
with gr.Blocks(theme="bethecloud/storj_theme", css="#process_btn {background-color:#8BA3C5}") as demo:
|
| 288 |
-
gr.Markdown("# ๐ ้็จ่ช้ๅบ็ๆจ็ๅขๅผบ็ณป็ป (
|
| 289 |
with gr.Row():
|
| 290 |
with gr.Column(scale=4):
|
| 291 |
input_question = gr.Textbox(placeholder="Input question here, or select an example from below.", label="Input Question",lines=2)
|
|
|
|
| 285 |
#bethecloud/storj_theme
|
| 286 |
#gradio/soft
|
| 287 |
with gr.Blocks(theme="bethecloud/storj_theme", css="#process_btn {background-color:#8BA3C5}") as demo:
|
| 288 |
+
gr.Markdown("# ๐ ้็จ่ช้ๅบ็ๆจ็ๅขๅผบ็ณป็ป (AuRoRA) ๐")
|
| 289 |
with gr.Row():
|
| 290 |
with gr.Column(scale=4):
|
| 291 |
input_question = gr.Textbox(placeholder="Input question here, or select an example from below.", label="Input Question",lines=2)
|