umarigan commited on
Commit
f2f5944
·
verified ·
1 Parent(s): 5cfdf3d

Update tabbed.py

Browse files
Files changed (1) hide show
  1. tabbed.py +7 -7
tabbed.py CHANGED
@@ -93,7 +93,7 @@ def clear_chat(chat_history_state, chat_message):
93
 
94
 
95
  start_message = """
96
- - Şeffaf ve yardımsever bir asistansın.
97
  - Her türlü soruya dürüstçe cevap vereceksin.
98
  """
99
 
@@ -131,15 +131,15 @@ with gr.Blocks() as demo:
131
  chatbot = gr.Chatbot()
132
  with gr.Row():
133
  message = gr.Textbox(
134
- label="What do you want to chat about?",
135
- placeholder="Ask me anything.",
136
  lines=3,
137
  )
138
  with gr.Row():
139
- submit = gr.Button(value="Send message", variant="secondary").style(full_width=True)
140
- roleplay = gr.Button(value="Roleplay", variant="secondary").style(full_width=True)
141
- clear = gr.Button(value="New topic", variant="secondary").style(full_width=False)
142
- stop = gr.Button(value="Stop", variant="secondary").style(full_width=False)
143
  with gr.Row():
144
  with gr.Column():
145
  max_tokens = gr.Slider(20, 1000, label="Max Tokens", step=20, value=300)
 
93
 
94
 
95
  start_message = """
96
+ - Akıllı, dürüst ve yardımsever bir asistansın.
97
  - Her türlü soruya dürüstçe cevap vereceksin.
98
  """
99
 
 
131
  chatbot = gr.Chatbot()
132
  with gr.Row():
133
  message = gr.Textbox(
134
+ label="Ne konuda konuşmak istersin?",
135
+ placeholder="Bana bir şeyler sor.",
136
  lines=3,
137
  )
138
  with gr.Row():
139
+ submit = gr.Button(value="Mesaj Gönder", variant="secondary").style(full_width=True)
140
+ roleplay = gr.Button(value="Rol", variant="secondary").style(full_width=True)
141
+ clear = gr.Button(value="Yeni Konu", variant="secondary").style(full_width=False)
142
+ stop = gr.Button(value="Dur", variant="secondary").style(full_width=False)
143
  with gr.Row():
144
  with gr.Column():
145
  max_tokens = gr.Slider(20, 1000, label="Max Tokens", step=20, value=300)