Spaces:
Running
Running
Commit
·
c235745
1
Parent(s):
4f4503d
add youtube link
Browse files- app.py +1 -0
- test.py → orouter_experiment.py +1 -1
app.py
CHANGED
@@ -204,6 +204,7 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
204 |
session = gr.State({"username": None, "counter": 0}) # Manage session state
|
205 |
# Login Section
|
206 |
login_block = gr.Column(visible=True)
|
|
|
207 |
with login_block:
|
208 |
email_input = gr.Textbox(label="Email")
|
209 |
username_input = gr.Textbox(label="WA", type="password") # Hide input
|
|
|
204 |
session = gr.State({"username": None, "counter": 0}) # Manage session state
|
205 |
# Login Section
|
206 |
login_block = gr.Column(visible=True)
|
207 |
+
gr.Markdown("[Demo](https://youtube.com/shorts/DmiVhj9ROag?si=j5Opmjny3kNdLlrf)")
|
208 |
with login_block:
|
209 |
email_input = gr.Textbox(label="Email")
|
210 |
username_input = gr.Textbox(label="WA", type="password") # Hide input
|
test.py → orouter_experiment.py
RENAMED
@@ -45,7 +45,7 @@ response = requests.post(
|
|
45 |
"content": [
|
46 |
{
|
47 |
"type": "text",
|
48 |
-
"text": """Ubah text Ringkasan Rekam Medis SOAP ini menjadi format FHIR HL7 JSON. ## Ringkasan Rekam Medis SOAP -
|
49 |
},
|
50 |
],
|
51 |
}
|
|
|
45 |
"content": [
|
46 |
{
|
47 |
"type": "text",
|
48 |
+
"text": """Ubah text Ringkasan Rekam Medis SOAP ini menjadi format FHIR HL7 JSON. ## Ringkasan Rekam Medis SOAP - """,
|
49 |
},
|
50 |
],
|
51 |
}
|