Update app.py
Browse files
app.py
CHANGED
@@ -138,6 +138,16 @@ def speech_2_text(audio,api_key, context=[]):
|
|
138 |
|
139 |
with gr.Blocks(css="#chatbot {overflow-y:auto; min-height:400px;} ") as dialog_app:
|
140 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
with gr.Tab("ChatBot"):
|
142 |
with gr.Row():
|
143 |
with gr.Column(scale=1, min_width=600):
|
|
|
138 |
|
139 |
with gr.Blocks(css="#chatbot {overflow-y:auto; min-height:400px;} ") as dialog_app:
|
140 |
|
141 |
+
gr.Markdown(
|
142 |
+
"""
|
143 |
+
# Doğal Dil İşleme Özellik Çıkarımı
|
144 |
+
Özelliklerini çıkarmak için bir cümle giriniz.
|
145 |
+
|
146 |
+
Örn: Türkiye'nin en büyük turistik bölgelerinden biri olan Antalya, yaz aylarında binlerce turisti ağırlıyor.
|
147 |
+
|
148 |
+
"""
|
149 |
+
)
|
150 |
+
|
151 |
with gr.Tab("ChatBot"):
|
152 |
with gr.Row():
|
153 |
with gr.Column(scale=1, min_width=600):
|