Spaces:
Sleeping
Sleeping
luminoussg
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,15 @@ with gr.Blocks() as app:
|
|
68 |
label="Click here to load the example file"
|
69 |
)
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
# Output for individual conversation token counts
|
72 |
conversation_output = gr.JSON(label="Token Counts per Conversation")
|
73 |
|
|
|
68 |
label="Click here to load the example file"
|
69 |
)
|
70 |
|
71 |
+
# Display credits for the dataset author
|
72 |
+
gr.Markdown("### Dataset Credits")
|
73 |
+
gr.Markdown(
|
74 |
+
"""
|
75 |
+
This dataset is provided by the [MedQuad-MedicalQnADataset](https://huggingface.co/datasets/keivalya/MedQuad-MedicalQnADataset) on Hugging Face.
|
76 |
+
All credit goes to the original creator, [keivalya](https://huggingface.co/keivalya).
|
77 |
+
"""
|
78 |
+
)
|
79 |
+
|
80 |
# Output for individual conversation token counts
|
81 |
conversation_output = gr.JSON(label="Token Counts per Conversation")
|
82 |
|