Update app_myQ2.py
Browse files- app_myQ2.py +9 -9
app_myQ2.py
CHANGED
@@ -100,10 +100,10 @@ def send_SMS(resp_text):
|
|
100 |
# gradio block
|
101 |
with gr.Blocks() as app1:
|
102 |
with gr.Column():
|
103 |
-
gr.Markdown("## π₯·
|
104 |
gr.Markdown("```for xxxxxx β and/or xxx β¦, include photo here...```")
|
105 |
-
image_box = gr.Image(label="β
|
106 |
-
btn1 = gr.Button("
|
107 |
out1 = gr.Textbox(label="here are the actionables...")
|
108 |
btn2 = gr.Button("(disabled)εηδΏ‘ βοΈ")
|
109 |
out2 = gr.Textbox(label="(disabled) no message been sent, this is just a mockup confirmation...")
|
@@ -125,10 +125,10 @@ with gr.Blocks() as app1:
|
|
125 |
|
126 |
with gr.Blocks() as app_selfie:
|
127 |
with gr.Column():
|
128 |
-
gr.Markdown("## βοΈ
|
129 |
gr.Markdown("```xxxx β¦, paste screenshot here...```")
|
130 |
-
image_box = gr.Image(label="β
|
131 |
-
btn_selfie1 = gr.Button("
|
132 |
out_selfife1 = gr.Textbox(label="here are the actionables...")
|
133 |
btn_selfie2 = gr.Button("(disabled)εηδΏ‘ βοΈ")
|
134 |
out_selfife2 = gr.Textbox(label="(disabled) no message been sent, this is just a mockup confirmation...")
|
@@ -138,7 +138,7 @@ with gr.Blocks() as app_selfie:
|
|
138 |
|
139 |
|
140 |
gr.Markdown("""
|
141 |
-
# βοΈ
|
142 |
|
143 |
- screen capture (Win + shift + S)
|
144 |
- use MD editor below
|
@@ -154,8 +154,8 @@ with gr.Blocks() as app_selfie:
|
|
154 |
|
155 |
|
156 |
with gr.Blocks() as demo:
|
157 |
-
gr.Markdown("##
|
158 |
-
gr.TabbedInterface([app_selfie, app1], ["β
|
159 |
|
160 |
demo.queue()
|
161 |
demo.launch()
|
|
|
100 |
# gradio block
|
101 |
with gr.Blocks() as app1:
|
102 |
with gr.Column():
|
103 |
+
gr.Markdown("## π₯· ηΉθ―ι€η ##")
|
104 |
gr.Markdown("```for xxxxxx β and/or xxx β¦, include photo here...```")
|
105 |
+
image_box = gr.Image(label="β 对豑οΌι€η", type="filepath")
|
106 |
+
btn1 = gr.Button("ηΉθ―θΏηθ β")
|
107 |
out1 = gr.Textbox(label="here are the actionables...")
|
108 |
btn2 = gr.Button("(disabled)εηδΏ‘ βοΈ")
|
109 |
out2 = gr.Textbox(label="(disabled) no message been sent, this is just a mockup confirmation...")
|
|
|
125 |
|
126 |
with gr.Blocks() as app_selfie:
|
127 |
with gr.Column():
|
128 |
+
gr.Markdown("## βοΈ ηΉθ―θͺζοΌθ―·η«ε¨ζ΅·ζ₯ε’ει’ζοΌ ##")
|
129 |
gr.Markdown("```xxxx β¦, paste screenshot here...```")
|
130 |
+
image_box = gr.Image(label="β δΉζδΏε’οΌδΈLOGOεζ", type="filepath")
|
131 |
+
btn_selfie1 = gr.Button("ηζθΆ£ε³ηΉθ― β")
|
132 |
out_selfife1 = gr.Textbox(label="here are the actionables...")
|
133 |
btn_selfie2 = gr.Button("(disabled)εηδΏ‘ βοΈ")
|
134 |
out_selfife2 = gr.Textbox(label="(disabled) no message been sent, this is just a mockup confirmation...")
|
|
|
138 |
|
139 |
|
140 |
gr.Markdown("""
|
141 |
+
# βοΈ δΈlogoεζ #
|
142 |
|
143 |
- screen capture (Win + shift + S)
|
144 |
- use MD editor below
|
|
|
154 |
|
155 |
|
156 |
with gr.Blocks() as demo:
|
157 |
+
gr.Markdown("## θͺζ βοΈ + ι€η π₯· ##")
|
158 |
+
gr.TabbedInterface([app_selfie, app1], ["β ηΉθ―ζηθͺζ", "β ηΉθ―ζηι€η"])
|
159 |
|
160 |
demo.queue()
|
161 |
demo.launch()
|